A custom user model for django authentication
Project description
Django custom user model
A Custom User model for authentication
Requirement
- Python (3.5, 3.6, 3.7, 3.8)
- Django (1.11, >2.0, 2.1, 2.2, 3.0, 3.1)
Installation
Install using pip
pip install django-custom-user-models
add to INSTALLED_APPS setting
INSTALLED_APPS = {
...
'CustomAuth',
...
}
set AUTH_USER_MODEL setting
AUTH_USER_MODEL = 'CustomUser.User'
License
Uses the MIT license.
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 django-custom-user-models-0.0.20.tar.gz.
File metadata
- Download URL: django-custom-user-models-0.0.20.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f96b59d0db98af4f2d1f1984f58c5b0ebd7c1b52f50abac0cf72669c7f1715d6
|
|
| MD5 |
fa9b2c5ea3f13867088d3944cea79201
|
|
| BLAKE2b-256 |
b1554de32ddf7325c683a5af2393548b7f0ab756b83e5f5375fa8f1efdb8f800
|
File details
Details for the file django_custom_user_models-0.0.20-py3-none-any.whl.
File metadata
- Download URL: django_custom_user_models-0.0.20-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
490882531fdbac100a03189f6ab65f2b3991ea5b7060ff980f021e6bcbab616f
|
|
| MD5 |
d0103e63358922f165394c119c9412d8
|
|
| BLAKE2b-256 |
fc5bdd9658bada20f21b801f853ed771201a79e0a5d78146c15b9987552a4578
|