Template for your own Django users app with custom user model.
Project description
Django Custom Users App
App that provides custom user model for Django projects. You don't need to create your own app for users in every project.
This app itself might not be useful. It's just a template for creating custom user model.
You can use it as a starting point for your own app.
E.g. you can fork this repo, customize it and push to your own repo.
Then you can install it in your projects using pip install <your-repo-url>.
If you find this app useful, please consider giving it a star on GitHub.
Installation
pip install django-custom-users-app
Usage
Add users to INSTALLED_APPS in your settings.py file.
INSTALLED_APPS = [
...
'users',
...
]
Add AUTH_USER_MODEL to your settings.py file.
AUTH_USER_MODEL = 'users.User'
Then run migrations:
python manage.py migrate
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-users-app-1.0.1.tar.gz.
File metadata
- Download URL: django-custom-users-app-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1fbcd0c9f48f18637b8746fa3b3909c119f93d44b5db3d00f54be2e869d243af
|
|
| MD5 |
941b0473b6a1056056a314bb5ec0bfe4
|
|
| BLAKE2b-256 |
cf76b6b328a51a1e04a34c798853001e1ab6e3165c6595327f7e5b2541d2fec3
|
File details
Details for the file django_custom_users_app-1.0.1-py3-none-any.whl.
File metadata
- Download URL: django_custom_users_app-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe36c22d3945d7ba3a3ea06ecf4c41dc4f9093d3ec59e5572494971744cd38cc
|
|
| MD5 |
70cf0680ed09ceef792eb39d39c71e79
|
|
| BLAKE2b-256 |
a5d249f7000159f391b064950fcbe3597b600c182aa6121d1257c7c75a791154
|