Project Description: Django Custom Accounts Plus
This module overrides Django’s default User model
Important
Add this model at the very start of the project. Before any migration.
Quick start
1. Add “accounts” to your INSTALLED_APPS setting (in settings.py)like this:: INSTALLED_APPS = [ … ‘accounts’, ] 2. Add “AUTH_USER_MODEL” in settings (settings.py) like this:: AUTH_USER_MODEL = ‘accounts.CustomUser’
Migrate (python manage.py migrate)
TODO
Changelog
0.1 - 2023-02-22 Arindam Dutta - First release
Copyright(c) 2023 Arindam Dutta
Release files for django-custom-acccounts-plus 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-custom-acccounts-plus-1.0.0.tar.gz | 5.7 kB | Details |
Release files / django-custom-acccounts-plus-1.0.0.tar.gz
| Download URL | django-custom-acccounts-plus-1.0.0.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f12f353989b9e4841843d14856e0f5552449ad0dda3c1840cf93f60c44ea0637
|
|
BLAKE2b-256 checksum How to use checksums |
1eced1a5c373bd63b72b8b8b5f69c7ea7ab132739f6338ca7cd40fee6dc7137a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|