mirror of
https://github.com/django/django.git
synced 2025-07-28 15:44:20 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
from django.contrib import admin
|
|
|
|
|
|
class CustomAdminSite(admin.AdminSite):
|
|
pass
|