parent
4559f7d417
commit
6c70f9db16
1 changed files with 0 additions and 19 deletions
@ -1,19 +0,0 @@ |
|||||||
from .base import * |
|
||||||
|
|
||||||
# Debug toolbar |
|
||||||
DEBUG_TOOLBAR_PANELS = ( |
|
||||||
'debug_toolbar.panels.versions.VersionsPanel', |
|
||||||
'debug_toolbar.panels.timer.TimerPanel', |
|
||||||
'debug_toolbar.panels.settings.SettingsPanel', |
|
||||||
'debug_toolbar.panels.headers.HeadersPanel', |
|
||||||
'debug_toolbar.panels.request.RequestPanel', |
|
||||||
'debug_toolbar.panels.sql.SQLPanel', |
|
||||||
'debug_toolbar.panels.staticfiles.StaticFilesPanel', |
|
||||||
'debug_toolbar.panels.templates.TemplatesPanel', |
|
||||||
'debug_toolbar.panels.cache.CachePanel', |
|
||||||
'debug_toolbar.panels.signals.SignalsPanel', |
|
||||||
'debug_toolbar.panels.logging.LoggingPanel', |
|
||||||
'debug_toolbar.panels.redirects.RedirectsPanel', |
|
||||||
) |
|
||||||
|
|
||||||
DEFAULT_FROM_EMAIL = 'max.yakovenko2016@yandex.ru' |
|
||||||
Loading…
Reference in new issue