Updating installation instructions

Include the command to load the initial_role fixture.
remotes/origin/enhancement/email-actions
ikame 2014-02-17 12:50:49 +01:00
parent 787ee05d67
commit 86af080429
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Just execute these commands in your virtualenv(wrapper):
pip install -r requirements.txt pip install -r requirements.txt
python manage.py syncdb --migrate --noinput python manage.py syncdb --migrate --noinput
python manage.py loaddata initial_user python manage.py loaddata initial_user
python manage.py loaddata initial_role
python manage.py sample_data python manage.py sample_data
python manage.py createinitialrevisions python manage.py createinitialrevisions