summaryrefslogtreecommitdiffstats
path: root/webapp/django/contrib/gis/tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/django/contrib/gis/tests/urls.py')
-rw-r--r--webapp/django/contrib/gis/tests/urls.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/django/contrib/gis/tests/urls.py b/webapp/django/contrib/gis/tests/urls.py
new file mode 100644
index 0000000000..95e36c22a4
--- /dev/null
+++ b/webapp/django/contrib/gis/tests/urls.py
@@ -0,0 +1,6 @@
+from django.conf.urls.defaults import *
+
+urlpatterns = patterns('',
+ (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')),
+ )
+