mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
shuffle a few things around
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Executable
Executable
+2
@@ -0,0 +1,2 @@
|
||||
source injection
|
||||
source collectstatic
|
||||
Regular → Executable
Reference in New Issue
Block a user