mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +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>
|
||||
</facet>
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user