mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
7 lines
106 B
Python
7 lines
106 B
Python
from django.contrib import admin
|
|
|
|
from apps.accounts.models import Account
|
|
|
|
|
|
admin.site.register(Account)
|