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
- OpenAI DevDay: Let’s build developer tools, not digital God - 2nd October 2024
- OpenAI DevDay 2024 live blog - 1st October 2024
- Weeknotes: Three podcasts, two trips and a new plugin system - 30th September 2024