app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 26 Feb 2009 17:06:17 +0000
changeset 1531 db5d40d9dc43
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix alignment of twoline readonly table rows Also removed an unused template tag. Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

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