From 8369ad291e697a0d65e6b10aa777f5219a589555 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 29 May 2016 18:53:08 +0200 Subject: [PATCH] Added a reference to the documentation --- doc/development/structure.rst | 3 +++ doc/development/urlconfig.rst | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/development/structure.rst b/doc/development/structure.rst index ea9453494f..b5419f72a2 100644 --- a/doc/development/structure.rst +++ b/doc/development/structure.rst @@ -23,6 +23,9 @@ pretix/ Helpers contain a very few modules providing workarounds for low-level flaws in Django or installed 3rd-party packages. + multidomain/ + Additional code implementing our customized :ref:`URL handling `. + static/ Contains all static files (CSS, JavaScript, images) diff --git a/doc/development/urlconfig.rst b/doc/development/urlconfig.rst index fd86531f67..40017ed1dc 100644 --- a/doc/development/urlconfig.rst +++ b/doc/development/urlconfig.rst @@ -1,3 +1,5 @@ +.. _`urlconf`: + Working with URLs =================