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 hashes)

Uploaded Source

Supported by

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