Integrated django-dynamic-preferences library into project. Settings are now stored in the database, the ini file only contains a minimal number of settings.

This commit is contained in:
2018-12-10 01:15:10 +02:00
parent d3b057e14e
commit 0329645c37
16 changed files with 169 additions and 353 deletions

View File

@ -14,6 +14,7 @@ ENV YTSM_DATA_PATH='/usr/src/ytsm/data'
VOLUME /usr/src/ytsm/config
VOLUME /usr/src/ytsm/data
VOLUME /usr/src/ytsm/download
COPY ./app/ ./
COPY ./docker/init.sh ./