Skip to content

Commit

Permalink
Merge pull request #113 from skrzypek/develop
Browse files Browse the repository at this point in the history
Change order for running script by .sh #112 (NOTICE)
  • Loading branch information
crucialfelix committed Apr 6, 2015
2 parents 6f12ba6 + f7a390d commit 8a43891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/install.sh
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 8a43891

Please sign in to comment.