Django

Code

Show
Ignore:
Timestamp:
09/02/08 11:52:42 (4 months ago)
Author:
jacob
Message:

Fixed #8496: added a note about admindocs to the project template and the tutorial. Thanks, ericvw.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/project_template/urls.py

    r8432 r8859  
    99    # (r'^{{ project_name }}/', include('{{ project_name }}.foo.urls')), 
    1010 
    11     # Uncomment the next line to enable admin documentation: 
     11    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'  
     12    # to INSTALLED_APPS to enable admin documentation: 
    1213    # (r'^admin/doc/', include('django.contrib.admindocs.urls')), 
    1314