Тёмный

Creating Web Forms - Django Databases #4 

Codemy.com
Подписаться 235 тыс.
Просмотров 23 тыс.
50% 1

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@Codemycom
@Codemycom 4 года назад
▶️ Watch Entire Django Database Playlist ✅ Subscribe To My RU-vid 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
@Az-pi8ic
@Az-pi8ic 2 года назад
Thanks for your effort. I have learned many things from you.
@Codemycom
@Codemycom 2 года назад
Happy to hear it!
@iboydagi246
@iboydagi246 2 года назад
Beautiful hahahaha
@Codemycom
@Codemycom 2 года назад
Ha
@adigunolamide3230
@adigunolamide3230 4 года назад
Always following sir🖤
@Codemycom
@Codemycom 4 года назад
Always appreciate it!
@adigunolamide3230
@adigunolamide3230 4 года назад
@@Codemycom when I tried putting my project on GitHub I ran into some errors if you don't mind me showing you some pictures I took
@silasbf5273
@silasbf5273 3 года назад
I have a question, Im a kinda begginer. django-admin startproject config . (with dot at the final or without it) Which one should I use, and why? thank you for teaching so nice.
@Codemycom
@Codemycom 3 года назад
Depends on the terminal you're using...with git bash, I never do it
@ozonewagle
@ozonewagle 10 месяцев назад
Thank you so much. I was lost, now back on track.
@Codemycom
@Codemycom 10 месяцев назад
Happy to hear it!
@nowyouknow2249
@nowyouknow2249 4 года назад
Thanks Johnny You are doing a wonderful job. I believe every coder should atleast take a crash course on bootstrap 😎
@Codemycom
@Codemycom 4 года назад
Thanks!
@centralcodingethiopia
@centralcodingethiopia 2 года назад
Thank You Brother, I get it helpful.
@Codemycom
@Codemycom 2 года назад
Very welcome
@nowyouknow2249
@nowyouknow2249 4 года назад
Some people may have no idea on how to grab/steal one or two components from bootstrap.
@Codemycom
@Codemycom 4 года назад
That's the truth!
@andersonmoreyra
@andersonmoreyra Год назад
Thank you very much. I'm a student, I live in Brazil. Your videos is very easy and you have a excelent didatic
@Codemycom
@Codemycom Год назад
Glad you enjoy them!
@Codemycom
@Codemycom Год назад
thanks!
@bigsandip
@bigsandip 4 года назад
What is the difference between and {{form.as_p}}? I have seen some Using and some {{form}}
@Codemycom
@Codemycom 4 года назад
Sorry, not sure what you're referring to.
@bigsandip
@bigsandip 4 года назад
Codemy.com Below {{csrf _token}} in HTML file I see others using {{form}} to render form but you are using instead .why?
@Codemycom
@Codemycom 4 года назад
@@bigsandip That's how you do it with HTML... django has a built in system to auto create forms using that {{ form }} thing you're talking about...but it's more trouble than it's worth. I know HTML, so I can easily create forms using regular HTML (we just copy and paste it from Bootstrap...what could be easier?)
@bigsandip
@bigsandip 4 года назад
Codemy.com Got it .Thank you 🙏🏻
@nowyouknow2249
@nowyouknow2249 4 года назад
@@Codemycom I have always wondered why Django devs overcomplicated things by using that form class stuff to make forms. It sure has some advantages I guess but it's an overkill in my opinion.
@brianfox93
@brianfox93 2 года назад
Awesome videos man very helpful
@Codemycom
@Codemycom 2 года назад
Glad you enjoyed it!
@ideal7761
@ideal7761 4 года назад
Great Tutorials John, thanks. I am however stuck with join.html; there's something I probably mishandled somewhere between end of 3rd video and start of the 4th; it worked well at first but now I am getting error: ----------------------------- Page not found (404) Request Method: GET Request URL: localhost:8000/join/ Using the URLconf defined in djangodb.urls, Django tried these URL patterns, in this order: admin/ [name='home'] join [name='join'] The current path, join/, didn't match any of these. You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. ------------------------------------------ I hope this makes sense, kindly help.
@ideal7761
@ideal7761 4 года назад
It has worked without the trailing slash (after "join") in the url i.e.: localhost:8000/join
@Codemycom
@Codemycom 4 года назад
If it worked before without the slash, why did you change it?
@Codemycom
@Codemycom 4 года назад
There's likely an error in your urls.py file
@ideal7761
@ideal7761 4 года назад
@@Codemycom Sorry, what I meant is file was fine before; I'm not sure though whether it had the slash before it failed.
@ideal7761
@ideal7761 4 года назад
@@Codemycom My urls.py is just the same as yours. Thanks.
@codingcactus875
@codingcactus875 4 года назад
is this discount still available ?
@Codemycom
@Codemycom 4 года назад
yes
@rangabharath4253
@rangabharath4253 4 года назад
Thank you so much
@Codemycom
@Codemycom 4 года назад
Thank you!
@saharmaster201
@saharmaster201 4 года назад
Thanks a lot
@Codemycom
@Codemycom 4 года назад
Most welcome
@utku_yucel
@utku_yucel 4 года назад
It helped me a lot, thanks!
@Codemycom
@Codemycom 4 года назад
Glad you liked it!
Далее
Processing Web Forms  - Django Databases #5
14:13
Просмотров 19 тыс.
7 ways to deal with CSS
6:23
Просмотров 1,1 млн
荧光棒的最佳玩法UP+#short #angel #clown
00:18
pumpkins #shorts
00:39
Просмотров 12 млн
Tide is perhaps my favorite Rust web app framework.
9:14
Database Messages - Django Databases #6
15:18
Просмотров 15 тыс.
Django Models.py - Django Databases #2
20:50
Просмотров 52 тыс.
How to use Django Forms
8:55
Просмотров 21 тыс.
5 JavaScript Concepts You HAVE TO KNOW
9:38
Просмотров 1,4 млн