mirror of
https://github.com/MarcZierle/photo-log-backend.git
synced 2025-09-13 10:14:17 +00:00
Update admin.py
This commit is contained in:
parent
ff41fa9bf1
commit
1ab3ae9066
@ -1,3 +1,7 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
from django.contrib.auth.admin import UserAdmin
|
||||||
|
from accounts.models import CustomUser
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
|
||||||
|
admin.site.register(CustomUser, UserAdmin)
|
||||||
|
Loading…
Reference in New Issue
Block a user