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.
More recent articles
- Gemini 3.5 Flash: more expensive, but Google plan to use it for everything - 19th May 2026
- The last six months in LLMs in five minutes - 19th May 2026
- Notes on the xAI/Anthropic data center deal - 7th May 2026