DEV Community

Discussion on: Flask vs. Django?

Collapse
 
thebjorn profile image
Bjorn

Django can definitely use Jinja as a templating language since 1.8 (docs.djangoproject.com/en/2.1/topi...)

Collapse
 
djmoch profile image
Daniel Moch

Not arguing otherwise. The point here is to compare default behaviors between Flask and Django. You can also use SQLAlchemy instead of Django’s built in ORM if you want.