Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stop68675yDo 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.
-
@stop i want to make an app that follows modern trends with database .
which one would be good? -
stop68675y@JunaidShah django has routing, databases, migrations, modules, models, views , ..., aka batteries included
flask has an router -
@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!
Do you think django is better or flask ?
question
#python #django #flask #developer #rant