File size: 84 Bytes
5e07a1f
 
 
 
 
1
2
3
4
5
6
from django.contrib import admin


class CustomAdminSite(admin.AdminSite):
    pass