diff --git a/bin/steps/django/init b/bin/steps/django/init
index 029321a33b606112f63f5277fe6b7a82cb9111b0..8200263322c9568777864e3b729cd6315d1bcf4d 100755
--- a/bin/steps/django/init
+++ b/bin/steps/django/init
@@ -14,4 +14,4 @@ if [ ! "$DISABLE_INJECTION" ]; then
     source $BIN_DIR/steps/django/injection
 fi
 
-source ./collectstatic
\ No newline at end of file
+source $BIN_DIR/steps/django/collectstatic
\ No newline at end of file