Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions tola/settings/dev.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
from local import *


DEV_APPS = (
'debug_toolbar',
)

INSTALLED_APPS = INSTALLED_APPS + DEV_APPS

DEV_MIDDLEWARE = (
'debug_toolbar.middleware.DebugToolbarMiddleware',
)

MIDDLEWARE = MIDDLEWARE + DEV_MIDDLEWARE

DEBUG_TOOLBAR_CONFIG = {
"SHOW_TOOLBAR_CALLBACK": lambda request: True,
}

DEBUG = True

OFFLINE_MODE = True
Expand Down