Skip to content

Commit

Permalink
Fix gunicorn_start
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Sanford committed Sep 3, 2013
1 parent 41ca51c commit 2050781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gunicorn_start
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Starting $NAME"

# Activate the virtual environment
cd $DJANGODIR
source ../venv/bin/activate
source venv/bin/activate
export DJANGO_SETTINGS_MODULE=$DJANGO_SETTINGS_MODULE
export PYTHONPATH=$DJANGODIR:$PYTHONPATH

Expand Down

0 comments on commit 2050781

Please sign in to comment.