refactor(config): use_rich_logging instead of rich_logging
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
{%- if cookiecutter.rich_logging == "yes" -%}
|
||||
{%- if cookiecutter.use_rich_logging == "yes" -%}
|
||||
rich
|
||||
{% endif -%}
|
||||
{%- if cookiecutter.uses_inflect == "yes" -%}
|
||||
inflect
|
||||
{% endif -%}
|
||||
|
Reference in New Issue
Block a user