Merge "Correct command to start server in README"

This commit is contained in:
Jenkins 2015-10-02 07:13:43 +00:00 committed by Gerrit Code Review
commit 3aece7900b
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -61,6 +61,6 @@ that path in the manage.py by modifiing ``dburi``.
Now start the development server::
python manage runserver
python manage.py runserver
Enjoy!