Skip to content
Snippets Groups Projects
Unverified Commit 255bd4e4 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add stub for a custom User model.

parent 5185561e
No related branches found
Tags 2.0rc7
No related merge requests found
from django.contrib.auth.models import AbstractUser
from django.db import models
class Person(AbstractUser):
pass
\ No newline at end of file
......@@ -102,3 +102,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.1/howto/static-files/
STATIC_URL = '/static/'
AUTH_USER_MODEL = 'biscuit.core.models.Person'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment