mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-03 19:50:11 +03:00
Merge f05444762c
into faf861715f
This commit is contained in:
commit
6ef996f7af
|
@ -286,8 +286,8 @@ class Local(Common):
|
|||
########## End mail settings
|
||||
|
||||
########## django-debug-toolbar
|
||||
MIDDLEWARE_CLASSES = Common.MIDDLEWARE_CLASSES + ('debug_toolbar.middleware.DebugToolbarMiddleware',)
|
||||
INSTALLED_APPS += ('debug_toolbar',)
|
||||
MIDDLEWARE_CLASSES = Common.MIDDLEWARE_CLASSES + ('debug_toolbar.middleware.DebugToolbarMiddleware',)
|
||||
|
||||
INTERNAL_IPS = ('127.0.0.1',)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user