From 35b2aac87aa6d7bddb0bd9bed2d59e3d10283adb Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Mon, 7 May 2018 20:30:14 +0300 Subject: [PATCH] Use relative -r path in production.txt --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 507644ce..95338849 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -1,6 +1,6 @@ # PRECAUTION: avoid production dependencies that aren't in development --r base.txt +-r ./base.txt gunicorn==19.8.1 # https://github.com/benoitc/gunicorn psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2