First Major Model - Building SaaS #163
Building a SaaS app's core data model in Django, including the Entry model, admin setup, and automated testing.
Building a SaaS app's core data model in Django, including the Entry model, admin setup, and automated testing.
A Django tutorial episode explaining how to safely accept and manage user-uploaded files using FileField and ImageField.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
Learn how Django uses models and migrations to store and manage data in a relational database.
A guide on deploying Django model changes to production using migrations, covering a simple method and best practices.