app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Mar 2009 15:21:06 +0000
changeset 1871 091118f6e886
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Replaced a '.' with '?' in org app Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

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