Using cookiecutter variables mixed with Django templates is a mess #4140
Unanswered
rileypeterson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is using
{% raw %} ... {% endraw %}
really the best (only) way to mix Django templating and cookiecutter variables?It makes it much more difficult to read and looks like a complete mess...
I'm happy I was able to at least find a solution here, but I'm trying to write my own cookiecutter which involves Django and I'm running into this :(
I was thinking about writing a post_gen hook for it.
Beta Was this translation helpful? Give feedback.
All reactions