Skye Users 0.1 | Coderz Repository

skye-users 0.1

Last updated:

0 purchases

skye-users 0.1 Image
skye-users 0.1 Images

Free

Languages

Categories

Add to Cart

Description:

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

License:

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

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.