DEV Community

Discussion on: What is the best Framework for Creating RESTful API: Django vs Flask

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

It depends on your use case, if your going with Django it's not advised to use MongoDB but opt for PostGres.

If your planning to use Flask go MongoDB instead by PyDanny.

who is one of the maintainer of cookiecutter project and other Django related projects plus his book called Two Scoops of Django was my goto book when I first started out developing in Django

You can look at the reasoning on why at this When to Use MongoDB with Django