diff --git a/README.rst b/README.rst index 635bb419..ba23ee14 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,8 @@ Just execute these commands in your virtualenv(wrapper): python manage.py syncdb --all --noinput python manage.py migrate --fake python manage.py loaddata initial_user + python manage.py loaddata initial_project_templates + python manage.py loaddata initial_role python manage.py sample_data python manage.py createinitialrevisions