Ticket #13681: admindocs_to_installed_apps.diff
File admindocs_to_installed_apps.diff, 1.1 KB (added by , 14 years ago) |
---|
-
django/conf/project_template/settings.py
91 91 'django.contrib.messages', 92 92 # Uncomment the next line to enable the admin: 93 93 # 'django.contrib.admin', 94 # Uncomment the next line to enable the admindocs: 95 # 'django.contrib.admindocs', 94 96 ) -
django/conf/project_template/urls.py
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: