summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/base_urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/base_urls.py b/config/base_urls.py
index d911c5f..0f63a75 100644
--- a/config/base_urls.py
+++ b/config/base_urls.py
@@ -77,5 +77,4 @@ urlpatterns += [
static.serve,
{'document_root': settings.STATIC_ROOT, }
),
- url(r'^house-test.html$', static.serve, kwargs={'path': 'house-test.html', 'document_root': settings.PROJ_ROOT + 'site/'})
]