diff options
author | 2019-04-08 14:05:50 +0100 | |
---|---|---|
committer | 2019-04-08 14:05:50 +0100 | |
commit | 4dc58e6e14702989f7419d6bfc4ca589898f2e56 (patch) | |
tree | 40157a59a1680a29399afb1ac97f6727daddd4b4 /pydis_site/apps/wiki_container/urls.py | |
parent | First attempt at getting the wiki up (diff) |
Remove wiki host, use /wiki - Also some wiki config
I've included the monokai pygments theme, but we can change it later
Diffstat (limited to 'pydis_site/apps/wiki_container/urls.py')
-rw-r--r-- | pydis_site/apps/wiki_container/urls.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pydis_site/apps/wiki_container/urls.py b/pydis_site/apps/wiki_container/urls.py deleted file mode 100644 index 1537fe8c..00000000 --- a/pydis_site/apps/wiki_container/urls.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.urls import path, include - -urlpatterns = [ - path('notifications/', include('django_nyt.urls')), - path('', include('wiki.urls')) -] |