Skip to main content

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’

  1. Migrate (python manage.py migrate)

TODO

Changelog

0.1 - 2023-02-22 Arindam Dutta - First release

Copyright(c) 2023 Arindam Dutta

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-custom-acccounts-plus-1.0.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file django-custom-acccounts-plus-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-custom-acccounts-plus-1.0.0.tar.gz
Algorithm Hash digest
SHA256 f12f353989b9e4841843d14856e0f5552449ad0dda3c1840cf93f60c44ea0637
MD5 fba7fa83e94ecd6032cd3248be47ca5a
BLAKE2b-256 1eced1a5c373bd63b72b8b8b5f69c7ea7ab132739f6338ca7cd40fee6dc7137a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page