High-level: When to use Django If you can check even a few of the statements below (without strongly disagreeing with any), chances are that Django is good for your project . You need to develop a web app or API backend. You need to move fast, deploy fast, and also make changes as you move ahead.29 Ağu 2018
Read moreWhen should you use Django?
One should be using Django for web development in the following cases:
Read moreWhat can I do with Django and Python?
Django can be (and has been) used to build almost any type of website — from content management systems and wikis, through to social networks and news sites. It can work with any client-side framework, and can deliver content in almost any format (including HTML, RSS feeds, JSON, XML, etc).
Read moreCan you build anything with Django?
Django might help in some specific use-cases, but it might not be wise to develop everything with Django (or any other framework alone). You need to build a very basic app, which does not require database, file operations, or anything even remotely complex. Micro frameworks are better suited for these use-cases.
Read more