I am using debug_toolbar==1.5 & django==1.8.4. I have tried many versions of django-debug-panel but the error remains same.
Error when i add debug_panel to INSTALLED_APPS.
"App '%s' doesn't have a models module." % app_label)
django.core.exceptions.ImproperlyConfigured: App 'debug_panel' doesn't have a models module.
I am using debug_toolbar==1.5 & django==1.8.4. I have tried many versions of django-debug-panel but the error remains same. Error when i add debug_panel to INSTALLED_APPS. "App '%s' doesn't have a models module." % app_label) django.core.exceptions.ImproperlyConfigured: App 'debug_panel' doesn't have a models module.