~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to django/conf/project_template/urls.py

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: james.westby@ubuntu.com-20101012113435-9lnsrh0i3mxozbt0
Tags: upstream-1.2.3
ImportĀ upstreamĀ versionĀ 1.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    # Example:
9
9
    # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),
10
10
 
11
 
    # Uncomment the admin/doc line below and add 'django.contrib.admindocs' 
12
 
    # to INSTALLED_APPS to enable admin documentation:
 
11
    # Uncomment the admin/doc line below to enable admin documentation:
13
12
    # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14
13
 
15
14
    # Uncomment the next line to enable the admin: