mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
Initial commit with core project structure
This commit is contained in:
8
people/models.py
Normal file
8
people/models.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.contrib.auth.models import AbstractUser
|
||||
|
||||
|
||||
class User(AbstractUser):
|
||||
"""
|
||||
Custom user model in case we need to make changes later.
|
||||
"""
|
||||
pass
|
||||
Reference in New Issue
Block a user