0
Which is better Django or Flask ?
Why should I use Django over Flask ? OR Why should I use Flask over Django ? Personally , I found Flask more easier and awesome than Django.
1 Réponse
+ 2
Flask is a microframework for Python while Django is a more complete Python web framework.
If you want to create something simple then use Flask. For bigger projects Django helps more.