summaryrefslogtreecommitdiffstats
path: root/takahe/urls.py
diff options
context:
space:
mode:
authorMichael Manfre2022-12-05 12:55:30 -0500
committerGitHub2022-12-05 10:55:30 -0700
commitd6eb16a398a8d3a2f58399fd40df7f212680cab0 (patch)
tree5561d7c7d33850672e300ba4320ece1e588dbb1b /takahe/urls.py
parenta9bb4a7122df6d9d4a764de52244c6ec75789ead (diff)
downloadtakahe-d6eb16a398a8d3a2f58399fd40df7f212680cab0.tar.gz
takahe-d6eb16a398a8d3a2f58399fd40df7f212680cab0.tar.bz2
takahe-d6eb16a398a8d3a2f58399fd40df7f212680cab0.zip
Added caching and initial settings
Diffstat (limited to 'takahe/urls.py')
-rw-r--r--takahe/urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/takahe/urls.py b/takahe/urls.py
index 59f14ba..a6e8a6e 100644
--- a/takahe/urls.py
+++ b/takahe/urls.py
@@ -56,6 +56,11 @@ urlpatterns = [
name="admin_basic",
),
path(
+ "admin/tuning/",
+ admin.TuningSettings.as_view(),
+ name="admin_tuning",
+ ),
+ path(
"admin/domains/",
admin.Domains.as_view(),
name="admin_domains",