23 - Basic HTML Form in Django - Python & Django 3.2 Tutorial Series
HTML-код
- Опубликовано: 9 фев 2025
- 23 - Basic HTML Form in Django - Python & Django 3.2 Tutorial Series
Try Django 3.2 is a series to teach you the fundamentals of creating web applications with Python & Django by building a real project step-by-step.
⦿ Playlist: • Try Django 3.2 - Pytho...
⦿ DigitalOcean $100 Promo: do.co/cfe-youtube
⦿ Code: github.com/cod...
⦿ Subscribe: cfe.sh/youtube
⦿ Setup Video for Python 3 & Django 3: • Install & Setup Python...
Amazing content👍🏻👍🏻
Finished ✅ 23rd video, no doubt till now.
KEEP THE GOOD WORK GOING👌🏻✌🏻
Amazing course! You are the best at Django. Maybe some more css would be the icing on the cake :). Thanks for everything.
Thank you!
Amazing explanation of what works how and where it comes from. Wow
amazing tutorial! really enjoying it!
Thank you!!
thank you ,your video was really helpful for me
i was confused a bit when to have search parameter in the url and when to use post and get methods, here are my findings:
1. GET Method: GET method is commonly used for retrieving data from the server, such as querying a database based on user input: path('articles/', views.article_search_view)
2. POST method is commonly used for submitting data to the server to create or update resources: path('articles/create/', views.article_create_view)
3. Having an id in url and reading it directly in view without any request: GET or request.POST is typically used to display details of a specific article identified by its ID(unique identifier)
path('articles//', views.article_detail_view).
Nice summary! 🔥🤘🙌
thanks
tnx for all
When I try to post, it's not sending. My code is the same as in the video. any idea why this may be?
Hm, still getting an empty for some reason))
solution . After 9:12 // Mine
im getting integrity error on my fields and im not sure how to solve it
Dear Sir, Pls help me, How to call Django project from HTML
whats the deal with csrf error? i keep missing how is it just fixed after one time.
Caching
m9wd