index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_default_site
/
sites.py
blob: f2c33bd790eb38ebb426dd293f2d795297e1803d (
plain
)
1
2
3
4
5
from django.contrib import admin class CustomAdminSite(admin.AdminSite): pass