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
Release files for skye-users 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| skye-users-0.1.tar.gz | 5.2 kB | Details |
Release files / skye-users-0.1.tar.gz
| Download URL | skye-users-0.1.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
774a72fad7f8cd4dacac0c7595624d00deba9c4c0f1596a59e53a8bef01fddee
|
|
BLAKE2b-256 checksum How to use checksums |
e4cd7f062f667bdc5181c96ad4489865196fcb04fde0136f50268d8c635ff7b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.1
|