A simple Django app to create custom users and their RESTful APIs.
Project description
Users is a simple Django app that create own custom users and a RESTful API for the users that is allauth enabled.
Quick start
Add “users” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'app_users', 'rest_framework', ]Include the usres URLconf in your project urls.py like this:
path('users/', include('app_users.urls')),Run python manage.py migrate to create the users models.
Start the development server and visit http://127.0.0.1:8000/users/ to view the users API
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file customusers-1.0.3.tar.gz.
File metadata
- Download URL: customusers-1.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad4cbcf5af018ef50a9b2e2b805e6ff7a436287f7f87c7e749ff068c8cf6065f
|
|
| MD5 |
0fd7a6fab20de7cddc0573f705b9c4ea
|
|
| BLAKE2b-256 |
4218cc1c825e622a0d632f89579fc86945be1021ae4b82cbdb51fd572c516fa7
|
File details
Details for the file customusers-1.0.3-py3-none-any.whl.
File metadata
- Download URL: customusers-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca02eb92b9af01e4874620d87fccbb2c8ed89a0a3dad6ec8e926aa216f57617c
|
|
| MD5 |
09a3afa18d0ee1b60fea06b4873157ed
|
|
| BLAKE2b-256 |
a7b5eaa3ba7821054f20472c8c1144e5ae7eca9a403fd4327c646ab5fab49538
|