Commit 133c3087 authored by Kenneth Reitz's avatar Kenneth Reitz

shuffle a few things around

parent 7ea8c861
...@@ -184,7 +184,7 @@ pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent ...@@ -184,7 +184,7 @@ pip install --use-mirrors -r requirements.txt --src ./.heroku/src | indent
# See [`bin/steps/django`](django.html). # See [`bin/steps/django`](django.html).
if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then if [ "$NAME" = "Python/Django" ] && ! [ "$DISABLE_INJECTION" ]; then
source $BIN_DIR/steps/django source $BIN_DIR/steps/django/init
fi fi
# Make Virtualenv's paths relative for portability. # Make Virtualenv's paths relative for portability.
......
source injection
source collectstatic
\ No newline at end of file
File mode changed from 100644 to 100755
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment