|
|
|
|
|
by jokull
4796 days ago
|
|
Django middlewares is a poorly designed system. Flask has all of the things you mentioned except for forms. For that you can use Flask-WTF, but these libraries are becoming outdated anyway because they’re HTML based and don’t work so well for JSON validation. |
|
[1] - http://django-tastypie.readthedocs.org/en/latest/validation....