codecov-api
codecov-api copied to clipboard
api should use the db settings from shared
One more task to smooth over the big job of moving a bunch of our models to shared
We learned that that api is still using its own settings for many of the db_settings (look at settings_base), when it should be importing from db_settings in shared.
to fix:
- add
from shared.django_apps.db_settings import *toapi, - go over
settings_baseinapi, - remove any that now live in
sharedso that api will use the settings fromshared.
@nora-codecov let's chat about this for next sprint and see what the work involved is