From 509d8b8f089d83c5cfd10eb795b6a376e70d0480 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 19 Jul 2015 12:44:38 +0200 Subject: [PATCH] Fixed #80 -- Documented that we do not have a front page yet. --- doc/development/setup.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index f9db3dc90..ee94e95a6 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -66,6 +66,10 @@ To run the local development webserver, execute:: and head to http://localhost:8000/ +As we did not implement an overall front page yet, you need to go directly to +http://localhost:8000/control/ for the admin view or, if you imported the test +data as suggested above, to the event page at http://localhost:8000/mrmcd/2015/ + Code checks and unit tests ^^^^^^^^^^^^^^^^^^^^^^^^^^ Before you check in your code into git, always run the static checkers and unit tests::