aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/hosts.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pysite/hosts.py (renamed from pydis_django/hosts.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_django/hosts.py b/pysite/hosts.py
index 898902dc..bb261dee 100644
--- a/pydis_django/hosts.py
+++ b/pysite/hosts.py
@@ -2,7 +2,7 @@ from django.conf import settings
from django_hosts import host, patterns
host_patterns = patterns(
- "pydis_django.urls",
+ "pysite.urls",
# > | Subdomain | URL Module | Host entry name |
host(r"admin", "admin", name="admin"),