Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

Make {%raw%} tags uniform across provisioner #196

Closed karambir closed 6 years ago

karambir commented 8 years ago

Cookiecutter needs {%raw%} tag to identify if it needs to touch content ansible maybe using. The usage for this tag is not uniform across provisioner dir.

saurabh-fueled commented 8 years ago

@akarambir are you planning for work on this?

CuriousLearner commented 7 years ago

Hi @karambir,

Can you please explain this issue?

karambir commented 7 years ago

@CuriousLearner There are several template files in ansible dir where we have two levels of variables. One for the cookiecutter(using jinja2) and another for ansible(again, using jinja2). To make this separation we use {% raw %} tags. But those are really inconsistent across the project and creates problems for devs if they are not specific about it.