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
Using python for the configuration file is powerfull but require duplication - for example, here we duplicate the value of BASE_DIR and the name of the backend:
Using python for the configuration file is powerfull but require duplication - for example, here we duplicate the value of BASE_DIR and the name of the backend:
Add option to configure using yaml:
And json:
Internally both formats return the same python dict, so supporting both cost nothing. yaml is shorter, easier to write and can include comments.
Not sure how stacked backeends should be described in yaml/json:
This should translate to:
The text was updated successfully, but these errors were encountered: