app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 25 Feb 2009 20:41:28 +0000
changeset 1499 1dec049246d3
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix the delete button submitting the form Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

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