diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 02:32:27 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-08-19 02:32:27 +0000 |
commit | 32c663c8da9658f8efe06cc56b4a74fab03c2667 (patch) | |
tree | 89abbccdc160d054962faec3f747c7125c63af07 /apps | |
parent | 432e39917fe226630abf4d3c314a765fc8ff9e61 (diff) |
refactored all sass stylesheets to reduce file size and speed up page loads
Diffstat (limited to 'apps')
-rw-r--r-- | apps/blog/signals.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/blog/signals.py b/apps/blog/signals.py index 7134239..c8f7f1e 100644 --- a/apps/blog/signals.py +++ b/apps/blog/signals.py @@ -2,6 +2,7 @@ from django.template.loader import render_to_string from django.conf import settings from django.template import Context from django.db.models import get_model +from django.conf import settings from locations.models import Region,Country,Route |