- May 11, 2014
- Apr 29, 2014
-
-
Kenneth Reitz authored
Add missing Makefile
-
- Apr 21, 2014
-
-
Pierre Dulac authored
-
- Apr 02, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Mar 26, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Mar 21, 2014
-
-
-
Kenneth Reitz authored
Use a sed() function for unbuffered output.
-
- Mar 03, 2014
-
-
Kenneth Reitz authored
-
- Feb 21, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Feb 20, 2014
-
-
Aron Griffis authored
-
- Feb 19, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
So seamless.
-
- Feb 17, 2014
-
-
Aron Griffis authored
Additionally use `cp -a` consistently rather than alternating between `cp -a` and `cp -r`, and don't fail compile if the glob doesn't expand to anything.
-
Aron Griffis authored
-
Aron Griffis authored
In `bin/steps/collectstatic` the unbuffered output in `indent` is subverted by calling `sed` first: ```shell python $MANAGE_FILE collectstatic --noinput 2>&1 | sed '/^Copying/d;/^$/d;/^ /d' | indent ``` This commit fixes this by making `sed` itself unbuffered rather than putting that logic in the `indent` function.
-
- Feb 14, 2014
-
-
Kenneth Reitz authored
fix url to testing buildpack
-
Phil Schleihauf authored
-
Kenneth Reitz authored
#117
-
- Jan 21, 2014
-
-
Kenneth Reitz authored
-
- Jan 18, 2014
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 20, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Dec 14, 2013
-
-
Kenneth Reitz authored
-
Kenneth Reitz authored
-
- Nov 15, 2013
-
-
Kenneth Reitz authored
Fixed Python runtime according to the official Heroku doc
-