mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-17 02:14:53 +03:00
🔼 updated cookiecutter
to v2 a/ fixed jinja
template error
This commit is contained in:
parent
2ac422be84
commit
0aa545a0f6
|
@ -28,8 +28,6 @@
|
|||
"mysql@8.0",
|
||||
"mysql@5.7"
|
||||
],
|
||||
"__processed_database_engine": "{{ cookiecutter.database_version.lower()|split('@')[0] }}",
|
||||
"__processed_database_version": "{{ cookiecutter.database_version.lower()|split('@')[1] }}",
|
||||
"cloud_provider": ["AWS", "GCP", "None"],
|
||||
"mail_service": [
|
||||
"Mailgun",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cookiecutter==1.7.3
|
||||
cookiecutter==2.1.1
|
||||
sh==1.14.2
|
||||
binaryornot==0.4.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user