Re: Problem with loaddata fixtures

2019-10-18 Thread Mike Dewhirst
On 19/10/2019 1:37 am, Seba Rossi wrote: Hello there i was trying to migrate my database from SQLite to PostgreSQL following the docs steps but it seems that i encountered a problem wich i can't resolve. I think dumpdata and loaddata  are for fixtures used in unit tests and not for migrating

Problem with loaddata fixtures

2019-10-18 Thread Seba Rossi
Hello there i was trying to migrate my database from SQLite to PostgreSQL following the docs steps but it seems that i encountered a problem wich i can't resolve. I have a base model called Producto wich has no dependencies. I have another model called Preaprobado that has the following field: