Is Django still good?

If your use case demands your frontend and backend code to exist in the same place, Django is a good choice . There is very less likelihood that further development and support for Django will stop anytime soon, because huge companies have built their products using this framework.

Read more

Why is Django a backend?

With Django you can model domain and code classes, easily build templates or use the already built-in template language . Django supports MVC (model-view-controller) paradigm that allows programmers to keep a web application’s user interface and business logic layers separated.

Read more