aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/hosts.py
diff options
context:
space:
mode:
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"),