We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7c0ee commit 8b3f9b2Copy full SHA for 8b3f9b2
src/objects/urls.py
@@ -18,6 +18,7 @@
18
admin.site.site_header = "objects admin"
19
admin.site.site_title = "objects admin"
20
admin.site.index_title = "Welcome to the objects admin"
21
+admin.site.enable_nav_sidebar = False
22
23
monkeypatch_admin()
24
0 commit comments