Documentation: Add "runserver" command

This commit is contained in:
Raphael Michel
2014-09-10 21:48:56 +02:00
parent fe8fcb6f6b
commit a6699a39c0
+9
View File
@@ -36,6 +36,15 @@ Then, create the local database::
python manage.py syncdb
Run the development server
^^^^^^^^^^^^^^^^^^^^^^^^^^
Execute::
python manage.py runserver
to start a local development webserver on port 8000.
Static code checks
^^^^^^^^^^^^^^^^^^