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 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode - 11th December 2024
- ChatGPT Canvas can make API requests now, but it's complicated - 10th December 2024
- I can now run a GPT-4 class model on my laptop - 9th December 2024