aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/home/urls.py
diff options
context:
space:
mode:
authorGravatar swfarnsworth <[email protected]>2021-09-05 07:43:44 -0400
committerGravatar swfarnsworth <[email protected]>2021-09-05 07:43:44 -0400
commit12c09e08ca50a271372adeaf0cb21d6c4ca9ccea (patch)
tree1ac76fddbc476001133aac2f55e414269de47744 /pydis_site/apps/home/urls.py
parentAdd `tutorial` and `video` tags for RealPython. (diff)
parentMerge pull request #581 from python-discord/Pin-platform-in-Dockerfile (diff)
Merge with main, resolve conflicts.
Diffstat (limited to 'pydis_site/apps/home/urls.py')
-rw-r--r--pydis_site/apps/home/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py
index 1e2af8f3..bb77220b 100644
--- a/pydis_site/apps/home/urls.py
+++ b/pydis_site/apps/home/urls.py
@@ -7,6 +7,7 @@ app_name = 'home'
urlpatterns = [
path('', HomeView.as_view(), name='home'),
path('', include('pydis_site.apps.redirect.urls')),
+ path('', include('django_prometheus.urls')),
path('admin/', admin.site.urls),
path('resources/', include('pydis_site.apps.resources.urls')),
path('pages/', include('pydis_site.apps.content.urls')),