mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-08-23 20:55:39 +01:00
Initial commit with core project structure
This commit is contained in:
@@ -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