mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-28 19:47:14 +02:00
initial commit
This commit is contained in:
6
app/apps/accounts/admin.py
Normal file
6
app/apps/accounts/admin.py
Normal file
@@ -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