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
{{ message }}
This repository was archived by the owner on Oct 1, 2025. It is now read-only.
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.