Andy Ide featured on Django Chat
On Oct 27th, 2022, I was featured on Django Chat – the largest Django podcast in the world. We discussed: Listen to the podcast here!
On Oct 27th, 2022, I was featured on Django Chat – the largest Django podcast in the world. We discussed: Listen to the podcast here!
Retool is a website application that allows you to quickly create dashboards and management information system (MIS) reports. The dashboards are intended for internal use – you don’t show them to the public. I use it because it can quickly… Read More »Integrating Django Rest Framework and Retool
Sometimes you have large data sets. Most of the time this makes Django slow. For example there are 17,000 suburbs in Australia – so having an address with a foreign key to suburb is going to create slowness in forms… Read More »Choose, and choose quickly: Optimising ModelChoiceField