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
-
Maybe, but what about restful API support? Is not official and the external library is not very well documented. Unless you write your own code...
-
deepmind7317y@coolq almost same as flask... but in flask we have to install all the packages the we need. Django comes woth batteries included. And that Admin page though
-
IndoDev5007yAfter checking out django few months ago, I lost interest in django. It was simply bec I feel nodejs is more robust n flexible.
Ps. I've worked on nodejs for 2 years -
@coolq depends on what you’re doing but yes.
Flask is more for small lightweight quick jobs but nonetheless powerful. -
@codingghost what about Rest Django is not "very well documented" shit is simple and has great docs.
-
@htlr no because sometimes I need to provide my userbase with great relational data support, an admin interface and analitics solutions which Python greatly provides. And this is comming from someone that loves Node. Right tool for the right job man.
-
@coolq better is subjective. Personally I prefer flask because it feels like playing with legos and I get to adapt only the things that I need. But Django is amazing and not as hard as some claim it to be. Both are great, just depends.
-
@AleCx04 is quite good if you deal with simple stuff. But if you need to represent complex json objects it might be a nightmare. You will find yourself diving with nested serializers and their relationships. The docs do not cover everything as far as I remember. I found myself more productive writing my own, more explicit, serializers. But it might be a personal opinion.
-
@codingghost the docs do not need to cover absolutely everything if you know what you are doing although I will concede that it is nice to have great docs for those that do not have the time to dive in. I have found 0 issues on my behalf.
-
coolq48267y@deepmind
Ahhh I see.
@LogicBomb
Mm, I agree. Especially since Flask comes in individual packages you can choose what you want.
@shb743
I'll check it out tomorrow, can't wait!
@AleCx04
Agreed.
Related Rants
Damn, Django is awesome 😍
rant
backend
django
web
python