mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 02:39:48 +03:00
fix whitespace formatting
This commit is contained in:
parent
7614180e00
commit
0b217f4a45
|
@ -35,9 +35,7 @@ services:
|
|||
- "8000:8000"
|
||||
links:
|
||||
- postgres
|
||||
{% if cookiecutter.use_docker == 'y' -%}
|
||||
- mailhog
|
||||
{%- endif %}
|
||||
{%+ if cookiecutter.use_docker == 'y' %}- mailhog{% endif %}
|
||||
|
||||
{% if cookiecutter.use_pycharm == 'y' %}
|
||||
pycharm:
|
||||
|
|
Loading…
Reference in New Issue
Block a user