Hacker News new | ask | show | jobs
by Rjevski 2920 days ago
Just wondering, what do you use instead of Forms for non-Javascript websites?
1 comments

For what it's worth you can still use DRF serializers instead of forms on non-JS sites. DRF can take multipart/form-data
Personally I find Django's forms easier to work with, but maybe that's because i have spent more time with them.