mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 06:42:49 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from apps.accounts.models import Account
|
||||
|
||||
|
||||
admin.site.register(Account)
|
||||
Reference in New Issue
Block a user