initial
This commit is contained in:
5
django_project/tenants/admin.py
Normal file
5
django_project/tenants/admin.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from .models import Tenant
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Tenant)
|
Reference in New Issue
Block a user