equal
deleted
inserted
replaced
11 # Uncomment the admin/doc line below to enable admin documentation: |
11 # Uncomment the admin/doc line below to enable admin documentation: |
12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
12 # (r'^admin/doc/', include('django.contrib.admindocs.urls')), |
13 |
13 |
14 # Uncomment the next line to enable the admin: |
14 # Uncomment the next line to enable the admin: |
15 # (r'^admin/', include(admin.site.urls)), |
15 # (r'^admin/', include(admin.site.urls)), |
|
16 url(r'localhost:8000', None, name="site"), |
16 ) |
17 ) |