diff options
author | 2020-10-04 18:58:08 +0200 | |
---|---|---|
committer | 2020-10-04 18:58:08 +0200 | |
commit | cce66109c64ca9ed513e9124c2e8409152887e7e (patch) | |
tree | 027e977dd01117ccaff7e18600b80d270c67e045 /pydis_site/apps/home/urls.py | |
parent | Remove remaining references to wiki. (diff) |
Remove references to django_nyt
Diffstat (limited to 'pydis_site/apps/home/urls.py')
-rw-r--r-- | pydis_site/apps/home/urls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py index d57c52e5..5a58e002 100644 --- a/pydis_site/apps/home/urls.py +++ b/pydis_site/apps/home/urls.py @@ -33,5 +33,4 @@ urlpatterns = [ path('logout', LogoutView.as_view(), name="logout"), path('admin/', admin.site.urls), - path('notifications/', include('django_nyt.urls')), ] |