Updating installation instructions
Include the command to load the initial_role fixture.remotes/origin/enhancement/email-actions
parent
787ee05d67
commit
86af080429
|
@ -24,6 +24,7 @@ Just execute these commands in your virtualenv(wrapper):
|
|||
pip install -r requirements.txt
|
||||
python manage.py syncdb --migrate --noinput
|
||||
python manage.py loaddata initial_user
|
||||
python manage.py loaddata initial_role
|
||||
python manage.py sample_data
|
||||
python manage.py createinitialrevisions
|
||||
|
||||
|
|
Loading…
Reference in New Issue