Bootstrap 4 Forms – Django Authentication Tutorial – Part 8 (extra)



https://i.ytimg.com/vi/Sy8dVjJqLHI/hqdefault.jpg



Django Crispy Forms Tutorial: https://sibt.co/2FawkOq

Project source code: https://github.com/sibtc/django-auth-tutorial-example

Let’s keep in touch! Subscribe to my mailing list: https://sibt.co/newsletter

For more on Django, Python and Web Development: https://simpleisbetterthancomplex.com

Follow me on:
https://github.com/vitorfs

https://facebook.com/vitorfs
https://instagram.com/vitorfs

#django #python #bootstrap4

Original source


35 responses to “Bootstrap 4 Forms – Django Authentication Tutorial – Part 8 (extra)”

  1. Hello sir, I have a query. Actually, I am not able to authenticate the email in the registration form and as well as password fields. I have used " if email.is_exists() then it should raise a validation error but it's not working, same as for the password, I have used " if password! = confirm_password: then it should raise an error", It is also not working. My custom registration form is taking any values which are not matched or duplicates or already exists in the DB, so what should I do now?

  2. Great tutorial, was able to follow along and fix my errors until Crispy Forms:
    Are there additional changes needed?
    getting error: MySite/templates/boostrap4/uni_form.html (Source does not exist)

    Tried updating cores/views.py with from crispy_forms.helper import FormHelper
    ..still loads with errors.

Leave a Reply