Ignore replica database in tests

This commit is contained in:
Raphael Michel
2020-02-27 14:44:20 +01:00
parent 398a30e33a
commit 12540238b7

View File

@@ -53,6 +53,7 @@ CACHES = {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
}
}
DATABASE_REPLICA = 'default'
# Don't run migrations