polyphonic/docker_settings.py
2022-12-02 13:24:31 +11:00

9 lines
166 B
Python

from .default_settings import *
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': '/var/polyphonic/db.sqlite3',
}
}