urls.py
changeset 18 718b7b0309f1
parent 0 8d8a3f5af24f
child 21 3efb40900b87
equal deleted inserted replaced
17:2bca2008fbe3 18:718b7b0309f1
    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 )