Guest User

Untitled

a guest
Jan 4th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Models << Business logics << Restful Resources.
  2.  
  3. TASK_HANDLERS = [
  4.  
  5. ]
  6.  
  7. API_HANDLERS = [
  8. ('/contacts/(.*)', ContactResource)
  9. ]
  10.  
  11. API_DOC = [ ('/', ApiDocumentationResource) ]
Add Comment
Please, Sign In to add comment