From 4089514aac8a9d704f14bfbadc936a8f89c7134c Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 17 Jun 2014 09:45:49 +0200 Subject: [PATCH] Updating initialization doc --- README.rst | 2 ++ 1 file changed, 2 insertions(+) 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