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
The ways to configure items like database credentials differ from one config to the other. This requires additional mental effort when grokking the code base.
In website/settings.py, the DB creds go into a dict. In keydb/config.py, they are separate variables.
The text was updated successfully, but these errors were encountered:
The ways to configure items like database credentials differ from one config to the other. This requires additional mental effort when grokking the code base.
In
website/settings.py
, the DB creds go into a dict. Inkeydb/config.py
, they are separate variables.The text was updated successfully, but these errors were encountered: