Takeaways from Cory Zue's May 2023 Livecoding Session
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
A developer live-codes the final touches on a hackathon project, covering Django models, UI integration, RSS feeds, and Heroku deployment.
A guide to automating the reset of a local Django database using a bash script, including migrations and user setup.
A guide on deploying Django model changes to production using migrations, covering a simple method and best practices.