src/hp/urls.py
changeset 41 b6010b3d6ea8
parent 38 0fe2f3f5466f
equal deleted inserted replaced
40:342f180b09ec 41:b6010b3d6ea8
     8     # Examples:
     8     # Examples:
     9     # url(r'^$', 'hp.views.home', name='home'),
     9     # url(r'^$', 'hp.views.home', name='home'),
    10     # url(r'^hp/', include('hp.foo.urls')),
    10     # url(r'^hp/', include('hp.foo.urls')),
    11     url(r'^$', 'hp.views.all_videos', name='home'),
    11     url(r'^$', 'hp.views.all_videos', name='home'),
    12     url(r'^video/(?P<content_id>.*)$', 'hp.views.show_video_details', name='video_details'),
    12     url(r'^video/(?P<content_id>.*)$', 'hp.views.show_video_details', name='video_details'),
       
    13     url(r'^kc_proxy/(?P<path>.*)$', 'hp.views.kc_proxy', name='kc_proxy'),
    13     
    14     
    14     url(r'^api/1.0/', include('hp.api.urls')),
    15     url(r'^api/1.0/', include('hp.api.urls')),
    15 
    16 
    16     # Uncomment the admin/doc line below to enable admin documentation:
    17     # Uncomment the admin/doc line below to enable admin documentation:
    17     # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
    18     # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),