app/django/conf/project_template/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 13 Oct 2008 21:34:07 +0000
changeset 315 c4f1a07ee340
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Add missing blank lines between imports in access.py module. Patch by: Pawel Solyga Review by: to-be-reviewed

from django.conf.urls.defaults import *

urlpatterns = patterns('',
    # Example:
    # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),

    # Uncomment this for admin:
#     (r'^admin/', include('django.contrib.admin.urls')),
)