Proper namespaces for plugin URLs

This commit is contained in:
Raphael Michel
2015-04-16 09:35:18 +02:00
parent 3c827be4b1
commit d981998a40
8 changed files with 17 additions and 12 deletions
+2 -1
View File
@@ -94,7 +94,8 @@ Views
Your plugin may define custom views. If you put an ``urls`` submodule into your
plugin module, pretix will automatically import it and include it into the root
URL configuration.
URL configuration with the namespace ``plugins:<label>:``, where ``<label>`` is
your Django app label.
.. WARNING:: If you define custom URLs and views, you are currently on your own
with checking that the calling user is logged in, has appropriate permissions,