Skip to content

Commit

Permalink
[#79] disable admin nav sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Jan 24, 2025
1 parent 939f48d commit a9e0950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions open_api_framework/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

from open_api_framework.utils import get_session_store

admin.site.enable_nav_sidebar = False


@admin.register(SessionProfile)
class SessionProfileAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit a9e0950

Please sign in to comment.