mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-06-29 18:03:07 +03:00
Default Python Template Language set to Django instead of Jinja2
Settings > Languages & Frameworks > Python Template Language
This commit is contained in:
parent
58373e44f9
commit
60593a2cbb
|
@ -10,4 +10,12 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</facet>
|
</facet>
|
||||||
</component>
|
</component>
|
||||||
|
<component name="TemplatesService">
|
||||||
|
<option name="TEMPLATE_CONFIGURATION" value="Django" />
|
||||||
|
<option name="TEMPLATE_FOLDERS">
|
||||||
|
<list>
|
||||||
|
<option value="$MODULE_DIR$/{{ cookiecutter.repo_name }}/templates" />
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user