diff options
Diffstat (limited to '')
| -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 28633be5..827f49c3 100644 --- a/pysite/hosts.py +++ b/pysite/hosts.py @@ -5,7 +5,7 @@ host_patterns = patterns(      '',      # > | Subdomain | URL Module   | Host entry name |      #host(r"admin",    "admin",  name="admin"), -    #host(r"api",      "api",    name="api"), +    host(r'api',      'api.urls',    name='api'),      #host(r"staff",    "staff",  name="staff"),      #host(r"wiki",     "wiki",   name="wiki"),      #host(r"ws",       "ws",     name="ws"),  |