Y
Hacker News
new
|
ask
|
show
|
jobs
by
emidln
4797 days ago
I don't write much HTML anymore (it's all frontend templating and API calls), but I use Django Forms everywhere. For instance, tastypie supports using a Django Form to handle validation in your API[1].
[1] -
http://django-tastypie.readthedocs.org/en/latest/validation....