mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
* Solved issue #2504 * Added new contributor Co-authored-by: Gabriel Mejia <gmejia@veritran.com>
This commit is contained in:
parent
ea5db6c4f4
commit
2e1a922577
|
@ -222,6 +222,7 @@ Listed in alphabetical order.
|
||||||
Xaver Y.R. Chen `@yrchen`_ @yrchen
|
Xaver Y.R. Chen `@yrchen`_ @yrchen
|
||||||
Yaroslav Halchenko
|
Yaroslav Halchenko
|
||||||
Yuchen Xie `@mapx`_
|
Yuchen Xie `@mapx`_
|
||||||
|
Gabriel Mejia `@elgartoinf` @elgartoinf
|
||||||
========================== ============================ ==============
|
========================== ============================ ==============
|
||||||
|
|
||||||
.. _@a7p: https://github.com/a7p
|
.. _@a7p: https://github.com/a7p
|
||||||
|
|
|
@ -7,6 +7,9 @@ variables:
|
||||||
POSTGRES_PASSWORD: ''
|
POSTGRES_PASSWORD: ''
|
||||||
POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}'
|
POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}'
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
|
{% if cookiecutter.use_celery == 'y' -%}
|
||||||
|
CELERY_BROKER_URL: 'redis://redis:6379/0'
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
flake8:
|
flake8:
|
||||||
stage: lint
|
stage: lint
|
||||||
|
|
Loading…
Reference in New Issue
Block a user