Basic multi database support
Requires ponos!126, Closes #302 (closed)
- Tested: basic CRUD APIs, signup, workflows,
manage.py migrate,manage.py check_images,manage.py import_tei,manage.py import_acts - Channels workers have not been tested
- Unit tests and test fixtures are not compatible with a primary/replica setup
- Migrations now have to add
.using(schema_editor.connection.alias)absolutely everywhere, otherwise they will fail with multiple databases
Edited by Erwan Rouchet