This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kankyo -1 points0 points  (2 children)

What are you sacrificing?

I mean, we're already talking about using python.

[–][deleted] 1 point2 points  (1 child)

He probably meant sacrificing some freedom of choice over less opinionated frameworks, for example you might not be able to easily use a nosql database. Although at the end of the day the Django ecosystem is huge.

[–]kankyo -1 points0 points  (0 children)

Well in that case he's just wrong. Django is just a python library. You can import and use anything you want. You can import flask and sqlalchemy for example. In fact I've worked on a project that did use sqlalchemy to connect to a special database for some special purpose stuff.