Your best bet is to find the password stored in the settings object as @Chunjee suggested.
Chunjee wrote: ↑25 Oct 2022, 13:39Makes me think there is a settings file. But I don't see the filepath in your code snippet.TCO wrote: ↑24 Oct 2022, 11:04Code: Select all
username=settings.MAKOR_DB_USERNAME, password=settings.MAKOR_DB_PASSWORD,
from django.conf import settings perhaps