Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone have experience using Backbone.js and Pylons/Pyramid ? any sample to look at?

Does anyone have experience using Backbone.js and Pylons/Pyramid ? any sample to look at ?

like image 927
Aldo Avatar asked Mar 13 '11 01:03

Aldo


2 Answers

Pyramid Backbone Playground is a fully-working example that you can checkout from github; he also references a Backbone.js and Django blog post that you might also find useful.

like image 188
aculich Avatar answered Nov 15 '22 11:11

aculich


Check out Cornice (http://cornice.readthedocs.org/en/latest/index.html) for creating your web services in Pyramid.

like image 37
lecstor Avatar answered Nov 15 '22 09:11

lecstor