You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However the rest of the configuration is placed in config.py. Should this be moved to config.py?
It might not trivial due to possible circular dependencies and importing a string is not trivial without depending on invenio-base.utils or duplicating the loading code. Moreover, there is no logic to allow the user to overwrite configuration with a provided config.py therefore having the configuration separated around files does not pose a problem.
The text was updated successfully, but these errors were encountered:
The following snippet is placed in
services.py
:However the rest of the configuration is placed in
config.py
. Should this be moved toconfig.py
?It might not trivial due to possible circular dependencies and importing a string is not trivial without depending on invenio-base.utils or duplicating the loading code. Moreover, there is no logic to allow the user to overwrite configuration with a provided
config.py
therefore having the configuration separated around files does not pose a problem.The text was updated successfully, but these errors were encountered: