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

shuffle a few things around

parent 7ea8c861
No related branches found
No related tags found
No related merge requests found
...@@ -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 moved
File mode changed from 100644 to 100755
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