▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/35Xo9jD bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3sJpeV6
@NOMOUSE2 жыл бұрын
Aula incrível, muito espontânea. Parabéns!! Amazing class, very spontaneous. Congratulations!!
@zachfenton6082 жыл бұрын
What a great video explaining how to make a simple website that is fully functional.
@Codemycom2 жыл бұрын
Glad you enjoyed it!
@Jc-ss8fc2 жыл бұрын
absolutely amazing
@Codemycom2 жыл бұрын
Thanks!
@DarcyMiyamoto2 жыл бұрын
Please don’t let this course die😭😭 also please show how to associate the custom user model with the registration form!! Thank you!❤️
@denisgarden12 жыл бұрын
Hi, John! It would be really cool if you could create a series on using Django class-based views.
@Codemycom2 жыл бұрын
I do have one already, it's a playlist on the channel.
@AlexMarcoDAngelo2 жыл бұрын
Great! 1. Can I have the base template in the site folder to be used by all apps? instead of having base in each app? 2. Can the static also be in the site folder instead of each app so all files can be shared by all apps?
@Codemycom2 жыл бұрын
Sure, but you wouldn't want to do that in most circumstances.
@elprincechidi85492 жыл бұрын
Great reply there!! Why wouldn't I want to have only one base app and one static files for my entire website
@Codemycom2 жыл бұрын
@@elprincechidi8549 Because different apps might have different needs
@ShrtCrct Жыл бұрын
Hey, I know its gonna be your 45 birthday soon, but just in case i forget, Happy birthday!
@Codemycom Жыл бұрын
Thanks! About a month away
@mazenmamdouh13802 жыл бұрын
I was planning to learn Django from the previous videos in this playlist, Is the information in them outdated or are still valid?
@Codemycom2 жыл бұрын
Those focus on class based views, these are functional views. It's completely different.
@shaneofgames38252 жыл бұрын
That response is worded perfectly for stackoverflow
@ayushvanvary2 жыл бұрын
It will be valid, as it is just 1.5 year old you watch 2020 videos on django without any stress
@channelcadfree2 жыл бұрын
Do you think also making a video for cython ?
@Codemycom2 жыл бұрын
No real plans to do that any time soon...
@ivoredafe96602 жыл бұрын
We didn’t use django-admin.py on django 3.5 and up. Did we? 🤔🤔
@Codemycom2 жыл бұрын
I have no idea lol Did I ever use 3.5?
@aannookhan28682 жыл бұрын
Sir, You didn't register the templates directory in the settings.py file(BASE_DIR). Can we escape this? Also the same with static?
@Codemycom2 жыл бұрын
Obviously you don't need to...
@sinacoder2 жыл бұрын
💪🐍🤳
@Codemycom2 жыл бұрын
:-)
@ythl7562 жыл бұрын
Is Django strictly only for web apps ? Or Django apps are websites built using the Django approach??
@Codemycom2 жыл бұрын
Django is a framework for building websites.
@panomapet94412 жыл бұрын
When is the last video of this series?
@Codemycom2 жыл бұрын
Who knows... are you anxious for it to end?
@asddsa48622 жыл бұрын
Hi John your videos have helped me a lot. I only have one doubt...Does "class.objects.all" work in Djano 4.0? I am making the website in PyCharm
@Codemycom2 жыл бұрын
Depends on why or what you're doing. I would never use Pycharm
@asddsa48622 жыл бұрын
Oh, ok. By the way, thanks for posting such videos. Just subscribed and liked the video.(I am gonna do the same with my other account).
@HHJoshHH2 жыл бұрын
@@Codemycomwhy not? To many features? Or is it a syntactic issue?
@Codemycom2 жыл бұрын
@@HHJoshHH Because it's garbage and makes it very difficult for newbies to just start coding. The tools I use simply work out of the box, 100% of the time.
@HHJoshHH2 жыл бұрын
@@Codemycom Thanks man! lol Yeah it's tough. I'm only 4 weeks old at coding and it's a nightmare. I am using sublime as a text editor is that any good? Does that suffice or is VSCode different or better than sublime too? Thank you for helping me to understand wtf I'm actually doing. Please feel free to point me to another one of your videos that you feel might be good instruction for me to understand better! Again, thank you so much for your time sir!
@schruteman74442 жыл бұрын
Hey john, I can't reply to your answers in the comment section. KZbin deletes automatically. Why ?
@Koorosh_Afshoon2 жыл бұрын
why my linux system says : winpty:command not found
@Codemycom2 жыл бұрын
winpty is a windows command
@Dpcblogger2 жыл бұрын
Hi John, I was using Django 3.2 version and then I upgraded to Django's latest version, and now whenever I am trying to run the server it's not asking me to start virtual env. I am just simply run the manage.py runserver commend and it starts working fine. I just wanted to know is there any issue with my project?
@Codemycom2 жыл бұрын
Yeah, if your project was in a virtual environment, you need to upgrade django IN the virtual environment.
@adilryulian2 жыл бұрын
i followed this step one by one, and nothing changed still "the install worked successfully", don't know what happen, repeat 3x lol. any idea guys? I've tried to put templates dir too but nothing changed..
@Codemycom2 жыл бұрын
You've not following the video closely enough, you're skipping something. Rewatch and try again.
@stephen0416able2 жыл бұрын
I'm using 4.1 I can't seem to get my static files served based on this vid :/
@Codemycom2 жыл бұрын
Don't think I discuss that in this video, but just import os in settings.py and then serve your static files as always.
@JM-fr9bc Жыл бұрын
@@Codemycom That explains why I'm having a hard time with static files. Should have been included in the video.
@Codemycom Жыл бұрын
@@JM-fr9bc No, actually you just have to restart your server. No need to do anything else