Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe need add debug toolbar in class Development(Common) ? #11

Closed
lov3catch opened this issue Dec 9, 2016 · 2 comments
Closed

Maybe need add debug toolbar in class Development(Common) ? #11

lov3catch opened this issue Dec 9, 2016 · 2 comments

Comments

@lov3catch
Copy link

django-configurations version 2.0, using configuration 'Development'
django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:

ERRORS:
?: debug_toolbar.middleware.DebugToolbarMiddleware is missing from MIDDLEWARE_CLASSES.
HINT: Add debug_toolbar.middleware.DebugToolbarMiddleware to MIDDLEWARE_CLASSES.

@chidg
Copy link

chidg commented Jan 3, 2017

I did this:

class Development(Common):
    MIDDLEWARE_CLASSES = Common.MIDDLEWARE_CLASSES + ['debug_toolbar.middleware.DebugToolbarMiddleware']

@jpadilla
Copy link
Owner

jpadilla commented Mar 4, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants