app/django/contrib/gis/tests/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 06 Dec 2008 21:32:36 +0000
changeset 690 14e9f484412c
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix imports sorting in soc.views.models.organization. Patch by: Pawel Solyga

from django.conf.urls.defaults import *

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