Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • First of all thank you for your answer. This is what I suspected when reading other post which were less concrete as you. So I guess this means that I would only swap my Java(Dropwizard) backend with a Python(Django) backend and all of my front end would just stay the same. However It seems that the Django community and the documention seems to be more detailed. Commented Nov 27, 2017 at 13:38
  • Yup, you should be able to just switch your backend around and your frontend should keep working just fine. (Given that you replicate all the functionality you have in your current backend of course) Commented Nov 27, 2017 at 15:30
  • 1
    You may not even need Django REST Framework, Django comes with JsonResponse out of the box. Meaning making a RESTful application is just a matter of programming it be so. Commented Nov 28, 2017 at 10:20