Skip to content

Instantly share code, notes, and snippets.

@ezesundayeze
Created May 22, 2020 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezesundayeze/7d0aff4eb465a05ba65d4392b809d088 to your computer and use it in GitHub Desktop.
Save ezesundayeze/7d0aff4eb465a05ba65d4392b809d088 to your computer and use it in GitHub Desktop.
from django.contrib.auth.models import AbstractUser
class User(AbstractUser):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment