Skip to content

Commit

Permalink
[1.2.X] Fixed #13681 -- Added a commented out admindocs entry to the …
Browse files Browse the repository at this point in the history
…default INSTALLED_APPS for a new project. Thanks to elkan for the report, and andrews for the patch.

Backport of r13658 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Aug 28, 2010
1 parent 174940c commit ba876ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions django/conf/project_template/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@
'django.contrib.messages',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)
3 changes: 1 addition & 2 deletions django/conf/project_template/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
# Example:
# (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')),

# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
# to INSTALLED_APPS to enable admin documentation:
# Uncomment the admin/doc line below to enable admin documentation:
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),

# Uncomment the next line to enable the admin:
Expand Down

0 comments on commit ba876ea

Please sign in to comment.