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 46640c0 commit d74e139
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objecttypes/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
admin.site.site_header = "objecttypes admin"
admin.site.site_title = "objecttypes admin"
admin.site.index_title = "Welcome to the objecttypes admin"
admin.site.enable_nav_sidebar = False

monkeypatch_admin()

Expand Down

0 comments on commit d74e139

Please sign in to comment.