1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/users/admin.py

9 lines
183 B
Python
Raw Normal View History

2021-08-29 00:20:02 +02:00
from django.contrib import admin
# Register your models here.
from django.contrib.auth.admin import UserAdmin
from users.models import TenantUser
2021-09-07 18:52:49 +02:00
# admin.site.register(TenantUser)