aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/hosts.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-08-13 22:45:44 +0200
committerGravatar Johannes Christ <[email protected]>2018-08-13 22:45:44 +0200
commite740bccbee40ef136da80b52a2688c1e72528f8f (patch)
tree2d15c5e4107a1ceca63374cd05e32659a83adbf9 /pysite/hosts.py
parentAdd the `home` app. (diff)
Add regular URLconf.
Diffstat (limited to 'pysite/hosts.py')
-rw-r--r--pysite/hosts.py2
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"),