app/django/contrib/gis/tests/urls.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 01 Oct 2009 20:37:55 +0200
changeset 2999 d933a6da5eef
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Only store all the entities once in the ModuleConversion, after the for loop.

from django.conf.urls.defaults import *

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