app/django/contrib/flatpages/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 22 Jan 2009 22:03:32 +0000
changeset 907 3786030d5952
parent 54 03e267d67478
permissions -rw-r--r--
Fix idention in soc.views.models.club module. Patch by: Pawel Solyga Review by: to-be-reviewed

from django.conf.urls.defaults import *

urlpatterns = patterns('django.contrib.flatpages.views',
    (r'^(?P<url>.*)$', 'flatpage'),
)