fixed settings and user management.

This commit is contained in:
ajurna
2020-05-14 16:05:23 +01:00
parent 02bed2e7d8
commit f5f05d5e4d
2 changed files with 22 additions and 14 deletions

View File

@@ -1 +1,17 @@
COMIC_BOOK_VOLUME
DJANGO_SECRET_KEY = 'Please set me correctly'
DJANGO_DEBUG = False
DJANGO_ALLOWED_HOSTS = 'localhost'
# pip install psycopg2-binary
DATABASE_URL = 'postgres://{user}:{password}@{hostname}:{port}/{database-name}'
# This expects the office winrar unrar command line tool for windows or linux.
# Will work without setting if it is in the path
# UNRAR_TOOL = 'unrar.exe'
# for google recaptcha 2
# DJANGO_CBREADER_USE_RECAPTCHA = True
# DJANGO_RECAPTCHA_PRIVATE_KEY = ''
# DJANGO_RECAPTCHA_PUBLIC_KEY = ''