Skip to content

Commit

Permalink
Change order for running script by .sh crucialfelix#112 (NOTICE)
Browse files Browse the repository at this point in the history
Fixed `ImportError: No module named ajax_select` crucialfelix#112
  • Loading branch information
skrzypek authored and Hippocrates committed Oct 5, 2015
1 parent cd5bf8c commit 6f62080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ else
pip install django
fi

echo "Creating a sqllite database:"
./manage.py syncdb

if [ ! -d ./ajax_select ]; then
echo "\nSymlinking ajax_select into this app directory:"
ln -s ../ajax_select/ ./ajax_select
fi

echo "Creating a sqllite database:"
./manage.py syncdb

echo "\nto activate the virtualenv:\nsource AJAXSELECTS/bin/activate"

echo '\nto create an admin account:'
Expand Down

0 comments on commit 6f62080

Please sign in to comment.