Skip to content
Snippets Groups Projects
Commit a11a765b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

v76

parent 6505f98b
No related branches found
No related tags found
No related merge requests found
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment