From 8fd0d42de0e7c3c8fea92bb4d1d2df3e4af6aa31 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 3 Feb 2020 14:29:20 +0000 Subject: [PATCH] Don't include POSTGRES_... environment in the PyCharm start script when not using Docker --- {{cookiecutter.project_slug}}/.idea/workspace.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.idea/workspace.xml b/{{cookiecutter.project_slug}}/.idea/workspace.xml index a5d73c18..deb28ba1 100644 --- a/{{cookiecutter.project_slug}}/.idea/workspace.xml +++ b/{{cookiecutter.project_slug}}/.idea/workspace.xml @@ -1,6 +1,11 @@ - {%- if cookiecutter.use_celery == 'y' %} + {%- if cookiecutter.use_docker == 'n' %} + + + {%- elif cookiecutter.use_celery == 'y' %}