Comment on Flask powered CMS - QuokkaparentComments−bsaul13yi understand you wanted to experiment with mongodb, but why moving away from django ? there isn't such a big conceptual difference between the two, except flask has less things. What part of the django stack did you want to build differently ?−rochacbruno13yI like Django, I work with Django a lot and currently I am developing another product with Django.The only problem is that Django do not play very well with Non-relational databases, and Django has too many things for a small project.
Comments
i understand you wanted to experiment with mongodb, but why moving away from django ? there isn't such a big conceptual difference between the two, except flask has less things. What part of the django stack did you want to build differently ?
I like Django, I work with Django a lot and currently I am developing another product with Django.
The only problem is that Django do not play very well with Non-relational databases, and Django has too many things for a small project.