commit | 0235e983ec665f46ca9dc75d3341c77603cdfd1d | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 03 13:14:40 2014 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Sep 03 13:14:40 2014 -0400 |
tree | 772ba98041bdf68e2bbb0109f5bd3d7c9539cadb | |
parent | 29ad9b6ad3a49bda4c8a1c6ee03271b1997d63c1 [diff] [blame] |
Include model policies
diff --git a/planetstack/core/models/plcorebase.py b/planetstack/core/models/plcorebase.py index 446245b..4ac60b3 100644 --- a/planetstack/core/models/plcorebase.py +++ b/planetstack/core/models/plcorebase.py
@@ -5,6 +5,7 @@ from django.forms.models import model_to_dict from django.core.urlresolvers import reverse from django.forms.models import model_to_dict +import model_policies try: # This is a no-op if observer_disabled is set to 1 in the config file