Hacker News new | ask | show | jobs
by scrollaway 2919 days ago
For what it's worth you can still use DRF serializers instead of forms on non-JS sites. DRF can take multipart/form-data
1 comments

Personally I find Django's forms easier to work with, but maybe that's because i have spent more time with them.