mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 10:54:51 +03:00
removed mysql@5.6 since django does not support it
This commit is contained in:
parent
433aa77cb0
commit
781239cdd7
|
@ -24,8 +24,7 @@
|
|||
"postgresql@12.9",
|
||||
"postgresql@11.14",
|
||||
"postgresql@10.19",
|
||||
"mysql@5.7",
|
||||
"mysql@5.6"
|
||||
"mysql@5.7"
|
||||
],
|
||||
"_processed_database_engine": "{{ cookiecutter.database_version.split('@')[0] }}",
|
||||
"_processed_database_version": "{{ cookiecutter.database_version.split('@')[1] }}",
|
||||
|
|
|
@ -91,7 +91,7 @@ if (
|
|||
if "{{ cookiecutter._processed_database_engine }}" != "{{ cookiecutter.database_engine }}":
|
||||
print(
|
||||
WARNING
|
||||
+ " You have selected {{ cookiecutter.database_engine }} as your database and "
|
||||
+ " You have selected {{ cookiecutter.database_engine }} as your database engien and "
|
||||
"your selected database_version {{ cookiecutter.database_version }} is not compatible with this "
|
||||
"selection. Please retry and select appropriate option."
|
||||
+ TERMINATOR
|
||||
|
|
Loading…
Reference in New Issue
Block a user