PonyConf/accounts/admin.py

7 lines
92 B
Python

from django.contrib import admin
from accounts.models import *
admin.site.register(User)