enabled django-suit for admin

This commit is contained in:
Sam
2021-01-26 12:32:19 +00:00
parent 7175dab55e
commit 9c88019700
4 changed files with 20 additions and 1 deletions

View File

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