neon-jungle / wagtail-birdsong

Create, send, preview, edit and test email campaigns from within Wagtail
BSD 3-Clause "New" or "Revised" License
105 stars 26 forks source link

Inherit contact model #16

Open PvlKazchenok opened 2 years ago

PvlKazchenok commented 2 years ago

Hi, I have such problem: I`d like to inherit contact model and when i do this, migrations appear in my venv, but not at my app migrations folder. Is it bag or how can i fix it?

seb-b commented 2 years ago

There shouldn't be migrations appearing in your venv, do you have an example of the migrations being created?