app/django/contrib/gis/tests/urls.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:10:38 +0000
changeset 1739 19f1bb7ae615
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Some style fixes for the student proposal review template. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.conf.urls.defaults import *

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