From a6699a39c0c59172f6bea240f9f2d10086ac732a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 10 Sep 2014 21:48:56 +0200 Subject: [PATCH] Documentation: Add "runserver" command --- doc/development/setup.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index 86fd2fdfa1..423d9eafbb 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -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 ^^^^^^^^^^^^^^^^^^