app/django/conf/project_template/urls.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 18 Sep 2008 23:07:06 +0000
changeset 166 4d2cbd0ea977
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed too long lines and deleted unused imports in id_user.py.

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')),
)