0 purchases
skyeusers 0.1
skyeusers is an app for managing users for skyetech backend api systems.
Detailed documentation is in the “docs” directory.
Quick start
Add “skyeusers” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'skyeusers',
]
Include the skyeusers URLconf in your project urls.py like this:
path('skyeusers/', include('skyeusers.urls')),
Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/skyeusers/
to
Read the documentation for instructions on how to extend it and add new users, set random passwords, email users, add users roles and permission
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.