app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Tue, 21 Apr 2009 14:36:47 +0000
changeset 2269 f11596eccd92
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixing the build now that emails have been tested. Patch by: Augie Fackler

from django.conf.urls.defaults import *

urlpatterns = patterns('',
                       (r'^geoapp/', include('django.contrib.gis.tests.geoapp.urls')),
                       )