The admin
handles the requests relating to general
administrative functionality.
Routes are defined in init()
.
-
wte.views.admin.
admin
(request)[source]
Handles the /admin
URL, displaying all available administrative
functions.
-
wte.views.admin.
content_admin
(request)[source]
Handles the /admin/content
URL, displaying all available administrative
functions related to the content administrations.
-
wte.views.admin.
content_list
(request)[source]
Handles the /admin/content/list
URL providing administrative access
to all Part
s.
-
wte.views.admin.
content_regenerate
(request)[source]
Handles the /admin/content/regenerate
URL, regenerating the
compiled_content
attribute for all Part
s.
-
wte.views.admin.
init
(config)[source]
Adds the admin-specific routes (route name, URL pattern
handler):