aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-10-04 18:58:08 +0200
committerGravatar Leon Sandøy <[email protected]>2020-10-04 18:58:08 +0200
commitcce66109c64ca9ed513e9124c2e8409152887e7e (patch)
tree027e977dd01117ccaff7e18600b80d270c67e045
parentRemove remaining references to wiki. (diff)
Remove references to django_nyt
-rw-r--r--pydis_site/apps/home/urls.py1
-rw-r--r--pydis_site/settings.py1
2 files changed, 0 insertions, 2 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')),
]
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index e293f9ea..cbfa2fe3 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -102,7 +102,6 @@ INSTALLED_APPS = [
'django_hosts',
'django_filters',
- 'django_nyt.apps.DjangoNytConfig',
'django_simple_bulma',
'rest_framework',
'rest_framework.authtoken'