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...

Комментарии • 19

  • @Nitish-cw1eo
    @Nitish-cw1eo 3 года назад +10

    Amazing content👍🏻👍🏻
    Finished ✅ 23rd video, no doubt till now.
    KEEP THE GOOD WORK GOING👌🏻✌🏻

  • @el_conta
    @el_conta 3 года назад +6

    Amazing course! You are the best at Django. Maybe some more css would be the icing on the cake :). Thanks for everything.

  • @krzysiekkrzysiek9059
    @krzysiekkrzysiek9059 Год назад

    Amazing explanation of what works how and where it comes from. Wow

  • @callumfleming8662
    @callumfleming8662 2 года назад +2

    amazing tutorial! really enjoying it!

  • @anujpatel6983
    @anujpatel6983 2 года назад

    thank you ,your video was really helpful for me

  • @batman_1337
    @batman_1337 Год назад +1

    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).

  • @maamounhajnajeeb209
    @maamounhajnajeeb209 2 года назад

    thanks

  • @nikolailic5533
    @nikolailic5533 2 года назад

    tnx for all

  • @ry7xsfa872
    @ry7xsfa872 2 года назад +1

    When I try to post, it's not sending. My code is the same as in the video. any idea why this may be?

  • @Organicnz2
    @Organicnz2 2 года назад +3

    Hm, still getting an empty for some reason))

  • @ashir3730
    @ashir3730 3 года назад

    solution . After 9:12 // Mine

  • @heretotroll.
    @heretotroll. Год назад

    im getting integrity error on my fields and im not sure how to solve it

  • @sabmost
    @sabmost 2 года назад

    Dear Sir, Pls help me, How to call Django project from HTML

  • @andreydronov1012
    @andreydronov1012 2 года назад

    whats the deal with csrf error? i keep missing how is it just fixed after one time.

  • @aymane_arr
    @aymane_arr 2 года назад

    m9wd