app/django/contrib/gis/tests/urls.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 16 Mar 2009 23:54:33 +0000
changeset 1906 224f597846b5
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added StudentProposal to clean_db Patch by: Sverre Rabbelier

from django.conf.urls.defaults import *

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