user model created, no migrations yet
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
from django.db import models
|
||||
from django.contrib.auth.models import AbstractUser
|
||||
|
||||
|
||||
class User(AbstractUser):
|
||||
account_id = models.CharField(max_length=10, unique=True)
|
||||
|
||||
# Create your models here.
|
||||
|
||||
Reference in New Issue
Block a user