shuffle a few things around

This commit is contained in:
Kenneth Reitz
2012-05-15 14:41:02 -07:00
parent 7ea8c861a2
commit 133c308796
5 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# See [`bin/steps/django`](django.html).
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django
source $BIN_DIR/steps/django/init
fi
# Make Virtualenv's paths relative for portability.
View File
+2
View File
@@ -0,0 +1,2 @@
source injection
source collectstatic
Regular → Executable
View File