A Django app override Django's default Auth Model.
Project description
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
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
File details
Details for the file django-custom-acccounts-plus-1.0.0.tar.gz
.
File metadata
- Download URL: django-custom-acccounts-plus-1.0.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f12f353989b9e4841843d14856e0f5552449ad0dda3c1840cf93f60c44ea0637 |
|
MD5 | fba7fa83e94ecd6032cd3248be47ca5a |
|
BLAKE2b-256 | 1eced1a5c373bd63b72b8b8b5f69c7ea7ab132739f6338ca7cd40fee6dc7137a |