Skip to main content

A custom user model for django authentication

Project description

Django custom user model

A Custom User model for authentication

Requirement

  • Python (3.5, 3.6, 3.7, 3.8)
  • Django (1.11, >2.0, 2.1, 2.2, 3.0, 3.1)

Installation

Install using pip

pip install django-custom-user-models

add to INSTALLED_APPS setting

INSTALLED_APPS = {
    ...
    'CustomAuth',
    ...
}

set AUTH_USER_MODEL setting

AUTH_USER_MODEL = 'CustomUser.User'

License

Uses the MIT license.

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-user-models-0.0.31.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

django_custom_user_models-0.0.31-py3-none-any.whl (19.2 kB view hashes)

Uploaded Python 3

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