Open scajanus opened 4 years ago
If loading the data is written using migrations (https://dev.to/guin/writing-a-django-data-migration-with-real-world-example-40m) dumpdata/loaddata would not be necessary to go from SQLite -> PostgreSQL.
I'll have a read
If loading the data is written using migrations (https://dev.to/guin/writing-a-django-data-migration-with-real-world-example-40m) dumpdata/loaddata would not be necessary to go from SQLite -> PostgreSQL.