diff options
author | 2018-08-13 22:45:44 +0200 | |
---|---|---|
committer | 2018-08-13 22:45:44 +0200 | |
commit | e740bccbee40ef136da80b52a2688c1e72528f8f (patch) | |
tree | 2d15c5e4107a1ceca63374cd05e32659a83adbf9 /pysite/hosts.py | |
parent | Add the `home` app. (diff) |
Add regular URLconf.
Diffstat (limited to 'pysite/hosts.py')
-rw-r--r-- | pysite/hosts.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |