▶️ Watch Entire Django Database Playlist ✅ Subscribe To My KZbin Channel: bit.ly/2uiNq86 bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com Take $30 off with coupon code: youtube1
@thomaspaine60824 жыл бұрын
You are the smartest Django teacher , thank you very much! Edit: i am learning a lot i am very grateful :)
@Codemycom4 жыл бұрын
Thank you! 😃
@thomaspaine60824 жыл бұрын
@@Codemycom i am learning a lot! Thank you i love your teaching style
@Codemycom4 жыл бұрын
@@thomaspaine6082 Glad to hear it!
@yeerojcodes30204 жыл бұрын
i like the way u start these awesome videos ...so much full of energy
@Codemycom4 жыл бұрын
Thank you so much 😀
@OpcoesBaunilha2 ай бұрын
Thank you so much! This is very helpful I'll buy the course
@vinu14972 жыл бұрын
Sir you are Incredible..!!! U made it look like It was like teaching a person to eat ice cream...!!! hahaha what an awesome trainer fantastic 🙂
@Codemycom2 жыл бұрын
Thank you so much 😀
@anselsolomon62704 жыл бұрын
I like this, u kept it very clear and simple..Thanks
@Codemycom4 жыл бұрын
Glad you enjoyed it!
@annisfun19933 жыл бұрын
that was great pls keep the good tutorials
@Codemycom3 жыл бұрын
Thanks!
@spiralgaming89404 жыл бұрын
Thank you sir for such a exciting and informative content
@Codemycom4 жыл бұрын
My pleasure
@MuhammadBilal-su6cc12 күн бұрын
Hi, I facing a problem that database which is not config with data, and not shown in django framework, kindly can you help me if i send the file for correcting.
@juanmitilo26683 жыл бұрын
Excellent video my friend. Thank you so much. Very helpful.
@Codemycom3 жыл бұрын
You're welcome!
@sidaliaityahiatene39882 жыл бұрын
Thank you man, you are amazing
@Codemycom2 жыл бұрын
Thanks!
@brucebarrett12734 жыл бұрын
To avoid the "Sublime" problem of italic, lower-case el looking upper-case change the font in preferences. For example "Letter Gothic Std" works nicely.
@ruhiziki63614 жыл бұрын
Thanks sir for the awesome videos!
@Codemycom4 жыл бұрын
Very welcome!
@tripathi51745 жыл бұрын
Sir what if we have a admin and I want to delete that admin and create a new superuser, will all the data of my project or website will be lost or the actions performed by the previous admin will be lost? or there will be no change at all if i create a new super user with different name and password please help i am not able to access my previous admin and i am getting an error called as User.profile.RelatedObjectDoesNotExist: User has no profile. Please help
@Codemycom5 жыл бұрын
Good question. Your data won't be lost. The data is in the database, it's not tied to the superuser. Just create a new superuser and you'll be fine.
@tripathi51745 жыл бұрын
@@Codemycom thankyou so much sir
@Codemycom5 жыл бұрын
@@tripathi5174 Sure thing!
@davecox30134 жыл бұрын
I notice at 18:40 you hit save in the script and reload on the website, the change is immediate. Did you migrate again to do this because I've saved my work but still have members object there. Cheers mate!
@Codemycom4 жыл бұрын
No, I didn't migrate.
@davecox30134 жыл бұрын
Ok sorry
@Codemycom4 жыл бұрын
@@davecox3013 nothing to be sorry about
@ideal77614 жыл бұрын
@@Codemycom Thanks for the great tutorials; how do I go past what @Dav Cox has mentioned here? I have hit the same snag, added: def __str__(self): return self.fname + ' ' + self.lname to models.py, saved but Members object (n) still appears instead of member names.
@ideal77614 жыл бұрын
Got it. Indentation was not right; it should be aligned this way: class Members(models.Model): fname = models.CharField(max_length=50) lname = models.CharField(max_length=100) email = models.EmailField(max_length=200) passwd = models.CharField(max_length=50) age = models.IntegerField() def __str__(self): return self.fname + ' ' + self.lname
@udhayhakarthik67923 жыл бұрын
Where does this database reside? Was it SQL or something else?
@Codemycom3 жыл бұрын
it's the default database that comes with django
@JJ-ot3ps2 жыл бұрын
hi there, what is models.Model? I guess the first models is from django class, and what is the second Model mean?
@Codemycom2 жыл бұрын
it's just how django does it
@samuvij69917 ай бұрын
👌
@TechWithSabri5 жыл бұрын
i think this is what we are talking about it sir yes? witch admin can add some staffs in his website and user can like or do staffs also i think this is the main of this tutorial ? this what we need any wway thnx so much for your time
@Codemycom5 жыл бұрын
Adding things to the admin area is one thing...having those changes reflect onto the website is a whole other complicated thing...
@TechWithSabri5 жыл бұрын
@@Codemycom look sir i will give you an example a client he is a bodybuilding want to create his own website.(videos website) after you create the website and you add the videos he gave it to you, he want also after weeks to add some videos or pictures without contacting you . . . . whats the steps in this case if you can make some videos about this prblm i will be very happy and appreciate that. thnks a lot for your time.
@yaboobayyaboobay81918 ай бұрын
The model is not showing in the admin page for me
@Codemycom8 ай бұрын
what did you do differently from the video?
@shoxruxsunnatov3 жыл бұрын
Hi, how many years of experience do you have?
@Codemycom3 жыл бұрын
I've been coding for 35 years
@rangabharath42535 жыл бұрын
Thank you so much 😁👍
@Codemycom5 жыл бұрын
Thanks for watching!
@SA-es5gs4 жыл бұрын
does Django is secure?
@Codemycom4 жыл бұрын
Yes
@bhushanwagh71925 жыл бұрын
Can you make a video... How to integrate machine learning with tkinter Or have a any idea about this please let me know.. Please
@Codemycom5 жыл бұрын
Maybe...but if you know machine learning...and you know tkinter...there's not much else to learn ;-) I have a matplotlib tikinter video in the playlist I think...
@bhushanwagh71925 жыл бұрын
@@Codemycom thank you so much... 👍😊
@Codemycom5 жыл бұрын
@@bhushanwagh7192 Sure thing!
@franciscoayracaceres716311 ай бұрын
amazing, just super good tutorial
@Codemycom11 ай бұрын
Thanks!
@ashishdev20242 жыл бұрын
You're in the 3rd generation of sublime text. Upgrade to its 4th generation!
@Codemycom2 жыл бұрын
Why? There's no reason to.
@mdbarin2014 Жыл бұрын
great thanks a lot 🙏🙏🙏
@Codemycom Жыл бұрын
Welcome!
@ajaydubey3042 жыл бұрын
if you stuck with table error like i did use this command in new django update python manage.py migrate --run-syncdb
@Kevin-hl8iw2 жыл бұрын
Thank you Walter White
@Codemycom2 жыл бұрын
lol
@toshiharu7630 Жыл бұрын
walter white in the world of programming xd
@Codemycom Жыл бұрын
lol
@ahmetburakkarhan1304 жыл бұрын
you look like walter white
@Codemycom4 жыл бұрын
ha
@finitoSA Жыл бұрын
Please, don't concatenate! I'm scared... It's easier and prettier to use fstrings - like this: variable = 'fcking' return f'This is {variable} awesome'
@justgames1234 жыл бұрын
Glad to see you have moved on from selling meth Walter White
@Codemycom4 жыл бұрын
lol
@justgames1234 жыл бұрын
@@Codemycom informative video, thanks
@ashishdev20242 жыл бұрын
You're in the 3rd generation of sublime text. Upgrade to its 4th generation!