equal
deleted
inserted
replaced
9 # (r'^pytask/', include('pytask.foo.urls')), |
9 # (r'^pytask/', include('pytask.foo.urls')), |
10 |
10 |
11 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
11 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
12 # to INSTALLED_APPS to enable admin documentation: |
12 # to INSTALLED_APPS to enable admin documentation: |
13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
13 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
|
14 |
|
15 (r'^admin/', include(admin.site.urls)), |
14 |
16 |
15 # Uncomment the next line to enable the admin: |
|
16 (r'^admin/', include(admin.site.urls)), |
|
17 ) |
17 ) |