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