Commit a9f4f90a by Timothée Peignier

fix import and formatting

parent 52c189dc
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
PIPELINE = getattr(settings, 'PIPELINE', not settings.DEBUG)
......
......@@ -2,7 +2,7 @@ try:
from staticfiles.storage import staticfiles_storage
except ImportError:
from django.contrib.staticfiles.storage import staticfiles_storage
from django import template
from django.template.loader import render_to_string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment