1

Do you think django is better or flask ?

Comments
  • 1
    > Python
  • 0
    @12bitfloat what do you mean?
  • 1
    It depends.
  • 1
    @stop depends on what
  • 0
    Do you want to modularize it, want to use an database, dont want to worry about migrations or do you want to make an simple wsgi-app or want to make everything yourself.
  • 0
    @stop i want to make an app that follows modern trends with database .
    which one would be good?
  • 0
    @JunaidShah django has routing, databases, migrations, modules, models, views , ..., aka batteries included
    flask has an router
  • 0
  • 1
    @JunaidShah It's not like there aren't any database extensions including migrations for flask.
    But it remains a micro framework - if you want to start from the ground up, it can give you more freedom. It especially plays its strength when developing only an API (downside is the speed, but that's another topic; separate API frameworks may be even better than).

    For the typical application I hears Django can get one fast to a working website.

    -

    Btw.: Tags for posts are comma separated, they are not hashtags!
  • 1
    Yo, no hashtags please, those are already tags.
  • 1
Add Comment