Build A Website With Django 4.0! - Django Wednesdays #46

  Рет қаралды 30,074

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 50
@Codemycom
@Codemycom 2 жыл бұрын
▶️ 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
@NOMOUSE
@NOMOUSE 2 жыл бұрын
Aula incrível, muito espontânea. Parabéns!! Amazing class, very spontaneous. Congratulations!!
@zachfenton608
@zachfenton608 2 жыл бұрын
What a great video explaining how to make a simple website that is fully functional.
@Codemycom
@Codemycom 2 жыл бұрын
Glad you enjoyed it!
@Jc-ss8fc
@Jc-ss8fc 2 жыл бұрын
absolutely amazing
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!
@DarcyMiyamoto
@DarcyMiyamoto 2 жыл бұрын
Please don’t let this course die😭😭 also please show how to associate the custom user model with the registration form!! Thank you!❤️
@denisgarden1
@denisgarden1 2 жыл бұрын
Hi, John! It would be really cool if you could create a series on using Django class-based views.
@Codemycom
@Codemycom 2 жыл бұрын
I do have one already, it's a playlist on the channel.
@AlexMarcoDAngelo
@AlexMarcoDAngelo 2 жыл бұрын
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?
@Codemycom
@Codemycom 2 жыл бұрын
Sure, but you wouldn't want to do that in most circumstances.
@elprincechidi8549
@elprincechidi8549 2 жыл бұрын
Great reply there!! Why wouldn't I want to have only one base app and one static files for my entire website
@Codemycom
@Codemycom 2 жыл бұрын
@@elprincechidi8549 Because different apps might have different needs
@ShrtCrct
@ShrtCrct Жыл бұрын
Hey, I know its gonna be your 45 birthday soon, but just in case i forget, Happy birthday!
@Codemycom
@Codemycom Жыл бұрын
Thanks! About a month away
@mazenmamdouh1380
@mazenmamdouh1380 2 жыл бұрын
I was planning to learn Django from the previous videos in this playlist, Is the information in them outdated or are still valid?
@Codemycom
@Codemycom 2 жыл бұрын
Those focus on class based views, these are functional views. It's completely different.
@shaneofgames3825
@shaneofgames3825 2 жыл бұрын
That response is worded perfectly for stackoverflow
@ayushvanvary
@ayushvanvary 2 жыл бұрын
It will be valid, as it is just 1.5 year old you watch 2020 videos on django without any stress
@channelcadfree
@channelcadfree 2 жыл бұрын
Do you think also making a video for cython ?
@Codemycom
@Codemycom 2 жыл бұрын
No real plans to do that any time soon...
@ivoredafe9660
@ivoredafe9660 2 жыл бұрын
We didn’t use django-admin.py on django 3.5 and up. Did we? 🤔🤔
@Codemycom
@Codemycom 2 жыл бұрын
I have no idea lol Did I ever use 3.5?
@aannookhan2868
@aannookhan2868 2 жыл бұрын
Sir, You didn't register the templates directory in the settings.py file(BASE_DIR). Can we escape this? Also the same with static?
@Codemycom
@Codemycom 2 жыл бұрын
Obviously you don't need to...
@sinacoder
@sinacoder 2 жыл бұрын
💪🐍🤳
@Codemycom
@Codemycom 2 жыл бұрын
:-)
@ythl756
@ythl756 2 жыл бұрын
Is Django strictly only for web apps ? Or Django apps are websites built using the Django approach??
@Codemycom
@Codemycom 2 жыл бұрын
Django is a framework for building websites.
@panomapet9441
@panomapet9441 2 жыл бұрын
When is the last video of this series?
@Codemycom
@Codemycom 2 жыл бұрын
Who knows... are you anxious for it to end?
@asddsa4862
@asddsa4862 2 жыл бұрын
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
@Codemycom
@Codemycom 2 жыл бұрын
Depends on why or what you're doing. I would never use Pycharm
@asddsa4862
@asddsa4862 2 жыл бұрын
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).
@HHJoshHH
@HHJoshHH 2 жыл бұрын
@@Codemycomwhy not? To many features? Or is it a syntactic issue?
@Codemycom
@Codemycom 2 жыл бұрын
@@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.
@HHJoshHH
@HHJoshHH 2 жыл бұрын
@@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!
@schruteman7444
@schruteman7444 2 жыл бұрын
Hey john, I can't reply to your answers in the comment section. KZbin deletes automatically. Why ?
@Koorosh_Afshoon
@Koorosh_Afshoon 2 жыл бұрын
why my linux system says : winpty:command not found
@Codemycom
@Codemycom 2 жыл бұрын
winpty is a windows command
@Dpcblogger
@Dpcblogger 2 жыл бұрын
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?
@Codemycom
@Codemycom 2 жыл бұрын
Yeah, if your project was in a virtual environment, you need to upgrade django IN the virtual environment.
@adilryulian
@adilryulian 2 жыл бұрын
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..
@Codemycom
@Codemycom 2 жыл бұрын
You've not following the video closely enough, you're skipping something. Rewatch and try again.
@stephen0416able
@stephen0416able 2 жыл бұрын
I'm using 4.1 I can't seem to get my static files served based on this vid :/
@Codemycom
@Codemycom 2 жыл бұрын
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
@JM-fr9bc Жыл бұрын
@@Codemycom That explains why I'm having a hard time with static files. Should have been included in the video.
@Codemycom
@Codemycom Жыл бұрын
@@JM-fr9bc No, actually you just have to restart your server. No need to do anything else
List Events On Venue Pages - Django Wednesdays #47
5:50
Codemy.com
Рет қаралды 7 М.
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 54 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
How I Sold My Python/Django Website for $41,000
13:30
Dennis Ivy
Рет қаралды 1,5 МЛН
How To Add Database Forms To A Web Page - Django Wednesdays #7
28:24
Front-end web development is changing, quickly
3:43
Fireship
Рет қаралды 1,3 МЛН
The 4 best ways to deploy a Django application
7:01
London App Developer
Рет қаралды 123 М.
What is mathematical thinking actually like?
9:44
Benjamin Keep, PhD, JD
Рет қаралды 29 М.
Easiest Way To Build a Website 2023 - Free to Paid - Easy to Hard
11:20
Create Our ECommerce Models - Django Wednesdays ECommerce #2
23:12
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН