Upgrade to django-pipeline v1.5.3.

TNL-3137
This commit is contained in:
Usman Khalid
2015-09-03 22:14:34 +05:00
parent ecdba7301a
commit 130bbd7993
15 changed files with 39 additions and 23 deletions

View File

@@ -127,3 +127,7 @@ YOUTUBE['TEXT_API']['url'] = "127.0.0.1:{0}/test_transcripts_youtube/".format(YO
# Generate a random UUID so that different runs of acceptance tests don't break each other
import uuid
SECRET_KEY = uuid.uuid4().hex
############################### PIPELINE #######################################
PIPELINE_ENABLED = False