mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Reproduces the conditions of issue #62.
This commit is contained in:
parent
f7687b0ac9
commit
eef82f8aaa
1 changed files with 4 additions and 3 deletions
|
|
@ -134,10 +134,11 @@ CACHALOT_ENABLED = True
|
|||
# Settings for django-debug-toolbar
|
||||
#
|
||||
|
||||
INSTALLED_APPS += [
|
||||
'django.contrib.staticfiles',
|
||||
# We put django-debug-toolbar before to reproduce the conditions of this issue:
|
||||
# https://github.com/BertrandBordage/django-cachalot/issues/62
|
||||
INSTALLED_APPS = [
|
||||
'debug_toolbar',
|
||||
]
|
||||
] + INSTALLED_APPS + ['django.contrib.staticfiles']
|
||||
|
||||
DEBUG_TOOLBAR_PANELS = [
|
||||
'debug_toolbar.panels.versions.VersionsPanel',
|
||||
|
|
|
|||
Loading…
Reference in a new issue