aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/models.py
diff options
context:
space:
mode:
authorJannis Leidel2012-04-04 21:27:27 +0200
committerJannis Leidel2012-04-04 21:27:27 +0200
commit3c791017fa316c4d672b2070a36218ba7acc78f1 (patch)
treed98365714ce926175791ba851440c635227b8ae8 /debug_toolbar/models.py
parentd161058c9eb6a9ecb634084e6a4ed718afc45e28 (diff)
downloaddjango-debug-toolbar-3c791017fa316c4d672b2070a36218ba7acc78f1.tar.bz2
Moved loader into models module.
Diffstat (limited to 'debug_toolbar/models.py')
-rw-r--r--debug_toolbar/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug_toolbar/models.py b/debug_toolbar/models.py
index e69de29..9ea9e86 100644
--- a/debug_toolbar/models.py
+++ b/debug_toolbar/models.py
@@ -0,0 +1,3 @@
+from debug_toolbar.toolbar.loader import load_panel_classes
+
+load_panel_classes()