Top "Django-registration" questions

Django-registration is a pluggable django app designed to make allowing user signups as painless as possible.

Where do I set my site url in django settings?

Ok I think I must be missing something. In settings.py I don't see the setting for absolute url for …

django django-registration
Django 1.6 and django-registration: built-in authentication views not picked up

I am trying to upgrade my webapp from Django 1.5 to Django 1.6 and as part of my set of django apps …

django django-registration url-pattern django-1.6
Django: is_authenticated and is_anonymous both return true after logout

I am using django-registration, and just set it up. {{user.is_authenticated }} is true, even though i went already to /…

python django templates authentication django-registration
ModuleNotFoundError: No module named 'registration'

I have an issue with Django-Registration. The package is properly installed, however when I run python3.6 manage.py runserver, I …

django django-registration
Python/Django django-registration add an extra field

I have read a lot about how to add an extra field when using Django-registration, for example here, here and …

django django-forms django-registration