Skip to content

Commit

Permalink
[maykinmedia/open-api-framework#79] disable admin nav sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Jan 27, 2025
1 parent dc7c0ee commit 8b3f9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
admin.site.site_header = "objects admin"
admin.site.site_title = "objects admin"
admin.site.index_title = "Welcome to the objects admin"
admin.site.enable_nav_sidebar = False

monkeypatch_admin()

Expand Down

0 comments on commit 8b3f9b2

Please sign in to comment.