recamshak / django-debug-panel

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.
BSD 3-Clause "New" or "Revised" License
404 stars 69 forks source link

App 'debug_panel' doesn't have a models module. #26

Closed piyush0609 closed 7 years ago

piyush0609 commented 7 years ago

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.

piyush0609 commented 7 years ago

This issue gets resolved by creating a models.py dummy file in the debug_panel installed folder.