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.