From ab8b798547e82ca79882ba28b1920077c803425f Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 5 Apr 2019 18:24:32 +0100 Subject: pysite -> pydis_site --- pysite/hosts.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 pysite/hosts.py (limited to 'pysite/hosts.py') diff --git a/pysite/hosts.py b/pysite/hosts.py deleted file mode 100644 index bb8f867d..00000000 --- a/pysite/hosts.py +++ /dev/null @@ -1,13 +0,0 @@ -from django.conf import settings -from django_hosts import host, patterns - -host_patterns = patterns( - '', - # > | Subdomain | URL Module | Host entry name | - host(r'admin', 'pysite.apps.admin.urls', name="admin"), - host(r'api', 'pysite.apps.api.urls', name='api'), - # host(r"staff", "pysite.apps.staff", name="staff"), - # host(r"wiki", "pysite.apps.wiki", name="wiki"), - # host(r"ws", "pysite.apps. ws", name="ws"), - host(r'.*', 'pysite.apps.home.urls', name=settings.DEFAULT_HOST) -) -- cgit v1.2.3