From 937dfac275c5a37a34a9d34904f6a95598517bb8 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 18 Mar 2012 00:57:05 +0100 Subject: [PATCH] Loading the CompressorConf in models.py to make override_settings happy. Closes #225. --- compressor/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compressor/models.py b/compressor/models.py index e69de29..5b91953 100644 --- a/compressor/models.py +++ b/compressor/models.py @@ -0,0 +1 @@ +from compressor.conf import CompressorConf