fixed regression introduced

This commit is contained in:
Sam
2021-02-02 11:46:43 +00:00
parent ec584b7aab
commit c8d433c3f9
20 changed files with 377 additions and 237 deletions

View File

@@ -1,6 +1,3 @@
from django.contrib import admin
from . import models
# Register your models here.
admin.register(models.CustomUser)