Which web service python to use in an application using knockoutjs?

3

I need to create a web service in python for my Django application. My application was built using django and knockoutjs, however I do not use models or forms, I use the ko.observable knockout. I thought of using django Rest_Framework, but it uses django models, does anyone suggest me how to do it?

Thank you.

    
asked by anonymous 10.09.2015 / 15:46

0 answers