From 4f7b363748ede3c684edd45b1815b73a4e895df1 Mon Sep 17 00:00:00 2001 From: "Bernhard K. Weisshuhn" Date: Thu, 6 Feb 2014 00:49:58 +0100 Subject: [PATCH] add --insecure to runserver docs --- docs/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup.rst b/docs/setup.rst index 79f8a78..2a002a6 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -12,7 +12,7 @@ The "Hurry Up" Install Guide #. Configure OpenStack to publish Notifications back into RabbitMQ (see below) #. Restart the OpenStack services. #. Run the Worker to start consuming messages. (see below) -#. Run the web server (``python manage.py runserver``) +#. Run the web server (``python manage.py runserver --insecure``) #. Point your browser to ``http://127.0.0.1:8000`` (the default server location) #. Click on stuff, see what happens. You can't hurt anything, it's all read-only.