Skip to content Skip to sidebar Skip to footer
Showing posts with the label Seeding

In Django, Can You Run Seed Data Without Always Generating A Migration?

I'm using Django and Python 3.7. I have created a YAML file with seed data for my db ... ./mya… Read more In Django, Can You Run Seed Data Without Always Generating A Migration?

Is There A Way In A Seed_data.yaml File To Autogenerate Models On Which First Model Is Dependent Upon?

I'm using Django 2.0, Python 3.7, and MySql 5. I have the following two models, the second dep… Read more Is There A Way In A Seed_data.yaml File To Autogenerate Models On Which First Model Is Dependent Upon?