✔️ Build Login/Logout Form with Django Web Framework [ Python ]

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024
  • НаукаНаука

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

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

    I was searching for an easy login form in django, thanks Bek !!

  • @csuzukib
    @csuzukib 3 года назад +3

    Very nice content, ty very much. Greetings from Brazil my friend.

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

      Thank you Cristian 😊 I love Brazil 🇧🇷

  • @Adolfsbro
    @Adolfsbro 8 месяцев назад

    Brilliant video dude.
    logout fix
    {% csrf_token %}
    Logout

    • @BekBrace
      @BekBrace  8 месяцев назад +1

      Thanks a lot !!

  • @omaral-halabiah2851
    @omaral-halabiah2851 Год назад +1

    its very easy to understand and use , print(f"thanks"*100)

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

      Thanks a lot my friend 🙏☺️

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

    great content

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

    Thanks man

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

      My pleasure, Luiz

  • @natedrake3256
    @natedrake3256 3 года назад +1

    Much respect man

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

    Is there a way to create a signup for the user instead of Django createsuperuser ?

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

      Yes there is, I might demonstrate that in a future video

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

    wow
    very shortcode
    5 Stars for you

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

    Hello Bek, thanks for the wonderful content. I was trying to create the webpage by following your steps. However, when I am browsing accounts/login it is giving 404. What I am doing wrong?

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

      Thanks my friend.
      Ok, what is the error message you're getting in the terminal?

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

      @@BekBrace No error on terminal, my admin page is working fine. But login page 404

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

      @@RaviInala @Bek Brace I am also getting errors. "django.template.exceptions.TemplateDoesNotExist: registration/login.html"

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

      I got the same issue. Do we have a solution?

    • @andreaswieczorek62
      @andreaswieczorek62 11 месяцев назад

      I had the same issue
      This works:
      in settings
      import os
      TEMPLATES_DIR = os.path.join(BASE_DIR, ,'templates')
      'DIRS' : [TEMPLATES_DIR]

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

    Hey can i use this tut to create log in and logout for blog video

  • @mathiakash585
    @mathiakash585 9 месяцев назад

    i am unable to logout it's showing page isn't working

    • @BekBrace
      @BekBrace  9 месяцев назад

      Can't help you if you don't give me more details

  • @CreatorOfHumans
    @CreatorOfHumans 8 месяцев назад

    Log out doesnt work

    • @BekBrace
      @BekBrace  8 месяцев назад

      Check your code

    • @Adolfsbro
      @Adolfsbro 8 месяцев назад

      try this
      {% csrf_token %}
      Logout