reenabled django suit

This commit is contained in:
Sam
2021-02-02 12:21:42 +00:00
parent 02b6e9545e
commit b5887c5c51
5 changed files with 25 additions and 4 deletions

View File

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