From b8182c077a5fe66f55238ae071a1f410ed3655e9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 May 2012 01:34:33 -0400 Subject: [PATCH] fix paths --- bin/steps/django/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/steps/django/init b/bin/steps/django/init index 63c5185..029321a 100755 --- a/bin/steps/django/init +++ b/bin/steps/django/init @@ -11,7 +11,7 @@ fi export SETTINGS_FILE PROJECT DISABLE_INJECTION if [ ! "$DISABLE_INJECTION" ]; then - source injection + source $BIN_DIR/steps/django/injection fi -source collectstatic \ No newline at end of file +source ./collectstatic \ No newline at end of file