From f7efe81fa882e9bc64a15fcc9dea91a0969446eb Mon Sep 17 00:00:00 2001 From: Carmen Date: Fri, 9 Feb 2024 14:41:14 +0100 Subject: [PATCH] =?UTF-8?q?add=20requirements.txt=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/Procfile b/Procfile index c7e82fe..7953b50 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn colline.wsgi.application +web: gunicorn colline.wsgi:application diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8d5c6bc --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Django >= 5.0.1 +gunicorn \ No newline at end of file