fusionbox / django-authtools

A custom User model for everybody!

Home Page:https://django-authtools.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-authtools

Build Status

A custom user model app for Django 2.2+ that features email as username and other things. It tries to stay true to the built-in user model for the most part.

Read the django-authtools documentation.

Quickstart

Before you use this, you should probably read the documentation about custom User models.

  1. Install the package:

    $ pip install django-authtools
  2. Add authtools to your INSTALLED_APPS.

  3. Add the following to your settings.py:

    AUTH_USER_MODEL = 'authtools.User'
  4. Enjoy.

About

A custom User model for everybody!

https://django-authtools.readthedocs.org/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 98.4%Language:Makefile 1.6%