add Dockerfile, .dockerignore, requirements.txt
This commit is contained in:
parent
a4ef7a72e8
commit
024940243d
4 changed files with 46 additions and 0 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue