[Answer]-Real example on working Django user/auth system

1👍

If you’re trying to build a registration system, there is actually no need. Here is something that already works –
https://bitbucket.org/ubernostrum/django-registration/

It has good documentation as well and is pretty easy to set up.

Leave a comment