diff options
author | 2020-11-28 10:07:54 +0200 | |
---|---|---|
committer | 2020-11-28 10:07:54 +0200 | |
commit | d1099b8401a900b2963f3b5fbdee9c8cbdf5a13d (patch) | |
tree | e609f34377af2f5aacf2585807bbd46f7538f6ac /pydis_site/apps/home/urls.py | |
parent | Remove old templates (diff) | |
parent | Merge pull request #417 from ks129/events-app (diff) |
Merge branch 'dewikification' into guides-app
Diffstat (limited to 'pydis_site/apps/home/urls.py')
-rw-r--r-- | pydis_site/apps/home/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py index d2172c40..bd7c0625 100644 --- a/pydis_site/apps/home/urls.py +++ b/pydis_site/apps/home/urls.py @@ -9,4 +9,5 @@ urlpatterns = [ path('admin/', admin.site.urls), path('resources/', include('pydis_site.apps.resources.urls')), path('articles/', include('pydis_site.apps.content.urls')), + path('events/', include('pydis_site.apps.events.urls', namespace='events')), ] |