🐍 # Python developer · 🦄 # Django contributor · 🥑 # FreeSoftware advocate · 🗣 # Conference speaker · 🐧 # Linux user · 👨🔬 # ComputerScience engineer 🦄 # DSF board member 🐍 # PSF fellow 🧡 # DjangoGirls coach 🚀 # DjangonautSpace navigator 🍝 # PyConItalia organizer 🇮🇹 # PythonItalia member 🐬 # PythonPescara founder 🏖️ # DjangoOnTheMed organizer 🎓 # UniBo alumnus ⚖️ License # CreativeCommons BY‐SA 4.0 🖼️ Header: Me on stage at # DjangoCon US 2023 👤 Avatar: Me wearing the # DjangoCon US 2022 lanyard
🐍 # Python developer · 🦄 # Django contributor · 🥑 # FreeSoftware advocate · 🗣 # Conference speaker · 🐧 # Linux user · 👨🔬 # ComputerScience engineer 🦄 # DSF board member 🐍 # PSF fellow 🧡 # DjangoGirls coach 🚀 # DjangonautSpace navigator 🍝 # PyConItalia organizer 🇮🇹 # PythonItalia member 🐬 # PythonPescara founder 🏖️ # DjangoOnTheMed organizer 🎓 # UniBo alumnus ⚖️ License # CreativeCommons BY‐SA 4.0 🖼️ Header: Me on stage at # DjangoCon US 2023 👤 Avatar: Me wearing the # DjangoCon US 2022 lanyard
I’ve just published the first article of a new series on my blog: “Django ORM standalone” 🧩
The idea is to use Django ORM in standalone mode to connect to existing or legacy databases and work only with the ORM, without the rest of Django, using inspectdb for reverse engineering the schema and querying data with Django QuerySets 🔎
If you’re curious about using Django ORM this way, here’s the link, and let me know what you think 💡
https://www.paulox.net/2026/02/20/django-orm-standalone-database-inspectdb-query/