From f054e700a2f0e433f148eb630275a44a512a0325 Mon Sep 17 00:00:00 2001 From: Dominik Weitz Date: Thu, 4 Jan 2018 15:32:14 +0100 Subject: [PATCH] Update development documentation, change demo URL (#736) When using the test data generation script, the demo conference no longer has the URL ``/bigevents/2018``, but is now moved to ``/bigevents/2019`` . This confused me in the beginning. --- doc/development/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index b7ab1b53b6..7758980061 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -86,7 +86,7 @@ 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/bigevents/2018/ +data as suggested above, to the event page at http://localhost:8000/bigevents/2019/ .. note:: If you want the development server to listen on a different interface or port (for example because you develop on `pretixdroid`_), you can check