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

Asked

Viewed 70 times

3

I need to create a python web service for my Django application. My application was built using Django and knockoutjs, but I don’t use models or Forms, knockout ko.observable. I thought about using Django Rest_framework, only it uses the models of Django, someone suggests me how to do?

Thank you.

  • Welcome to the OS! What does your web service need to provide for your Knockoutjs application? If your application doesn’t need any information to come from Django, you can serve the application page as a page as just another Django view. You can clarify more about your app’s relationship with Django?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.