From a11a765b937d440c91b7274994e6385f4f99937a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 8 Feb 2016 19:36:03 -0500 Subject: [PATCH] v76 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cd974f..4aeb69be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Python Buildpack Changelog +## v76 (2016-01-30) + +Improved Django collectstatic support. + +- `$ python manage.py collectstatic` will only be run if `Django` is present in `requirements.txt`. +- If collectstatic fails, the build fails. Full traceback is provided. +- `$DISABLE_COLLECTSTATIC`: skip collectstatic step completely (not new). +- `$DEBUG_COLLECTSTATIC`: echo environment variables upon collectstatic failure. + ## v75 (2016-01-29) Updated pip and Setuptools. -- GitLab