equal
deleted
inserted
replaced
14 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
14 # Uncomment the admin/doc line below and add 'django.contrib.admindocs' |
15 # to INSTALLED_APPS to enable admin documentation: |
15 # to INSTALLED_APPS to enable admin documentation: |
16 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
16 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
17 |
17 |
18 # Uncomment the next line to enable the admin: |
18 # Uncomment the next line to enable the admin: |
19 (r'^administration/', include(admin.site.urls)), |
19 (r'^administration/(.*)', include(admin.site.urls)), |
20 |
20 |
21 (r'^registration/', include('sage_days.sdi.site.urls')), |
21 (r'^registration/', include('sage_days.sdi.site.urls')), |
22 ) |
22 ) |