django-usermangment 1.1.3

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangousermangment 1.1.3

Quick start

Add "django_usermangment" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'django_usermangment',
]


Include the django_usermangment URLconf in your project urls.py like this::

path('user/', include('django_usermangment.urls')),


Run python manage.py migrate to create the django_usermangment models.
Start the development server and visit http://127.0.0.1:8000/admin/
to create a user (you'll need the Admin app enabled).
Visit http://127.0.0.1:8000/user/ to create a user.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.