DEV Community

Discussion on: Django or Flask

Collapse
 
aspittel profile image
Ali Spittel

I think the use cases for them are pretty different, but both are great!
If you are building something minimalistic or without a database, Flask is much easier to get up and running. If you are doing anything larger with complex database relationships, auth, or want the admin interface -- Django does each so gracefully.