add Dockerfile, .dockerignore, requirements.txt

This commit is contained in:
Lexi / Zoe 2019-09-24 02:02:51 +02:00
parent a4ef7a72e8
commit 024940243d
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
4 changed files with 46 additions and 0 deletions

View file

@ -20,6 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
# TODO change this (issue #2)
SECRET_KEY = 'pf2m=go(3m85v*@&i@$t_5&ocgth@pi1abhqito1*q8d&m&r-#'
# SECURITY WARNING: don't run with debug turned on in production!