django-users is a Django app for smooth users onboarding.
Detailed documentation is in the "docs" directory.
Add "users" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "django_users", ]
Include the users URLconf in your project urls.py like this:
path("users/", include("django_users.urls")),
Run
python manage.py migrate
to create the models.Start the development server and visit the admin to create a maage users.
Visit the
/users/
URL to participate in the users