Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems a typo in file {{cookiecutter.project_slug}}/requirements/local.txt #89

Closed
algo99 opened this issue May 10, 2020 · 1 comment
Closed

Comments

@algo99
Copy link

algo99 commented May 10, 2020

albert@chelsea ~/.cookiecutters/django-crash-starter/{{cookiecutter.project_slug}}/requirements (master)

$ git diff local.txt 
diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt
index e29a544e..74174c78 100644
--- a/{{cookiecutter.project_slug}}/requirements/local.txt
+++ b/{{cookiecutter.project_slug}}/requirements/local.txt
@@ -2,7 +2,7 @@
 
 Werkzeug==1.0.1 # https://github.com/pallets/werkzeug
 ipdb==0.13.2  # https://github.com/gotcha/ipdb
-{%- if cookiecutter.windows == 'n' -%}
+{%- if cookiecutter.windows == 'n' %}
 psycopg2-binary==2.8.5  # https://github.com/psycopg/psycopg2
 {%- endif %}
@pydanny
Copy link
Member

pydanny commented May 10, 2020

Fixed in 4e769ee.

Thank you for the catch!

@pydanny pydanny closed this as completed May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants