From e740bccbee40ef136da80b52a2688c1e72528f8f Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 13 Aug 2018 22:45:44 +0200 Subject: Add regular URLconf. --- pysite/hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/hosts.py') diff --git a/pysite/hosts.py b/pysite/hosts.py index 03fb610b..28633be5 100644 --- a/pysite/hosts.py +++ b/pysite/hosts.py @@ -2,7 +2,7 @@ from django.conf import settings from django_hosts import host, patterns host_patterns = patterns( - '' + '', # > | Subdomain | URL Module | Host entry name | #host(r"admin", "admin", name="admin"), #host(r"api", "api", name="api"), -- cgit v1.2.3