Don't ignore .py files in static files dirs

This commit is contained in:
Calen Pennington
2012-10-02 11:04:43 -04:00
parent fbba883c26
commit 258a210556

View File

@@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None
STATICFILES_IGNORE_PATTERNS = (
"sass/*",
"coffee/*",
"*.py",
"*.pyc"
)
PIPELINE_YUI_BINARY = 'yui-compressor'