if DEBUG:
OPTIONAL_APPS += ('debug_toolbar', 'hijack_admin',)
+ MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
+ print(MIDDLEWARE_CLASSES)
+
+INTERNAL_IPS = ['127.0.0.1', '172.17.0.1']
DEBUG_TOOLBAR_PATCH_SETTINGS = False
DEBUG_TOOLBAR_PANELS = [
pass
else:
set_dynamic_settings(globals())
-
# pages can use JS, CSS and images.
handler404 = "mezzanine.core.views.page_not_found"
handler500 = "mezzanine.core.views.server_error"
-handler403 = "organization.core.views.permission_denied"
\ No newline at end of file
+handler403 = "organization.core.views.permission_denied"
-Subproject commit 9d20dcaf70280a8bf87e35bb98cfe36bc9d9e2d5
+Subproject commit f7c456316eb03476bdf4aae2abfcf0f974a49ed3
-Subproject commit 1448d41fda78c0944b8d6ee6ce0fdabe9917c9e0
+Subproject commit c161c0d8f701d40e77119bf37c3e2812b6ba8438
-Subproject commit 684b6fc88f4e1e1dd6ec01227652322283315661
+Subproject commit fad74f440d77060d0d6a3a788dc9347c52a8ffda