Simon Willison’s Weblog

Subscribe

Should I use Django forms or pure HTML in order to do not establish borders for the growth of my app?

23rd February 2014

My answer to Should I use Django forms or pure HTML in order to do not establish borders for the growth of my app? on Quora

Use Django forms. Django scales horizontally on the front-end, so if your site needs to handle large amounts of traffic you just need to run multiple front-end servers—your form handling code will scale up just fine.

This is Should I use Django forms or pure HTML in order to do not establish borders for the growth of my app? by Simon Willison, posted on 23rd February 2014.

Next: Does Y Combinator accept purely app ideas like WhatsApp, Flipboard, etc.?

Previous: What are the most important things to keep in mind when doing a presentation?