forked from CGM_Public/pretix_original
Ignore replica database in tests
This commit is contained in:
@@ -53,6 +53,7 @@ CACHES = {
|
|||||||
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
DATABASE_REPLICA = 'default'
|
||||||
|
|
||||||
# Don't run migrations
|
# Don't run migrations
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user