fix's for django 3.2

This commit is contained in:
2021-04-07 11:59:52 +01:00
parent 31a7d8f45a
commit 9900467413
4 changed files with 546 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ DATABASE_URL = 'postgres://${DB_USER}:${DB_PASS}@${DB_HOST}/${DB_DATABASE}'
COMIC_BOOK_VOLUME = '/path/to/comic/folder'
STATIC_ROOT = '/static'
STATIC_ROOT = 'path/to/static/files'
# This expects the office winrar unrar command line tool for windows or linux.
# Will work without setting if it is in the path