From ae1f00ef273d4da5539f05fca147d2f7260396bf Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 22 Nov 2020 13:38:15 +0100 Subject: [PATCH] Prepare for deploy on heroku --- .gitignore | 2 + .idea/workout-suggest.iml | 2 +- Procfile | 1 + README.md | 11 ++++ poetry.lock | 92 ++++++++++++++++++++++++++++++++- pyproject.toml | 4 ++ runtime.txt | 1 + src/workout_suggest/settings.py | 19 ++++--- 8 files changed, 122 insertions(+), 10 deletions(-) create mode 100644 Procfile create mode 100644 runtime.txt diff --git a/.gitignore b/.gitignore index bd37b1c..c7c5067 100644 --- a/.gitignore +++ b/.gitignore @@ -275,3 +275,5 @@ dmypy.json .prof # End of https://www.toptal.com/developers/gitignore/api/osx,pycharm,python + +staticfiles diff --git a/.idea/workout-suggest.iml b/.idea/workout-suggest.iml index 0d9659b..6703e7d 100644 --- a/.idea/workout-suggest.iml +++ b/.idea/workout-suggest.iml @@ -6,7 +6,7 @@