diff options
author | Andrew Godwin | 2022-11-19 10:20:13 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-19 10:20:13 -0700 |
commit | 2142677b015507bc1aeb6179c5dfc4dfa3aaf0ce (patch) | |
tree | daac448f073c16a3e48157f2897ee6eff2a4d4d7 /takahe | |
parent | 80193114909a3f6ca1eda9a47b6330ef249a8ee5 (diff) | |
download | takahe-2142677b015507bc1aeb6179c5dfc4dfa3aaf0ce.tar.gz takahe-2142677b015507bc1aeb6179c5dfc4dfa3aaf0ce.tar.bz2 takahe-2142677b015507bc1aeb6179c5dfc4dfa3aaf0ce.zip |
A few more tweaks for an initial deploy
Diffstat (limited to 'takahe')
-rw-r--r-- | takahe/urls.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/takahe/urls.py b/takahe/urls.py index 1f1b203..abb8b2c 100644 --- a/takahe/urls.py +++ b/takahe/urls.py @@ -5,7 +5,6 @@ from django.views.static import serve from activities.views import posts, search, timelines from core import views as core -from stator import views as stator from users.views import activitypub, admin, auth, follows, identity, settings urlpatterns = [ @@ -110,8 +109,6 @@ urlpatterns = [ path(".well-known/host-meta", activitypub.HostMeta.as_view()), path(".well-known/nodeinfo", activitypub.NodeInfo.as_view()), path("nodeinfo/2.0/", activitypub.NodeInfo2.as_view()), - # Task runner - path(".stator/runner/", stator.RequestRunner.as_view()), # Django admin path("djadmin/", djadmin.site.urls), # Media files |