django1/tests/admin_default_site/sites.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
84 B
Python
Raw Normal View History

from django.contrib import admin
class CustomAdminSite(admin.AdminSite):
pass