Y
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
scrollaway
2920 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
link
collyw
2919 days ago
Personally I find Django's forms easier to work with, but maybe that's because i have spent more time with them.
link