Skip to content

Commit

Permalink
Merge pull request #150 from maykinmedia/issue/disable-admin-nav-sidebar
Browse files Browse the repository at this point in the history
[maykinmedia/open-api-framework#79] disable admin nav sidebar
  • Loading branch information
Floris272 authored Feb 11, 2025
2 parents 52dff6d + d74e139 commit 6f2fad1
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 6f2fad1

Please sign in to comment.