From 86af0804295d68daeee94d8ff717dc10c99f4284 Mon Sep 17 00:00:00 2001 From: ikame Date: Mon, 17 Feb 2014 12:50:49 +0100 Subject: [PATCH] Updating installation instructions Include the command to load the initial_role fixture. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 103b60d8..fddf96cc 100644 --- a/README.rst +++ b/README.rst @@ -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