On one of my tables, I set fake_migrate = True and now all tables raise "table already exists" error
I can force error to go away by explicitly setting all mig to "False" but would like option of leaving migration = True during development for all tables.
Tried deleting all files in databases folder
I'll try anything. Suggestions?