src/hp/api/urls.py
author ymh <ymh.work@gmail.com>
Mon, 26 Nov 2012 23:58:04 +0100
changeset 90 a9d72bf0ebf0
parent 38 0fe2f3f5466f
permissions -rw-r--r--
Translation correction and tmgraph

# -*- coding: utf-8 -*-
'''
Created on Nov 13, 2012

@author: ymh
'''

from django.conf.urls.defaults import patterns, url

urlpatterns = patterns('',
   # all my other url mappings
   url(r'videos/recommended', 'hp.api.videos.recommended',name='videos_recommended'),
)