removed mysql@5.6 since django does not support it

This commit is contained in:
Abdullah Adeel 2022-01-09 21:16:19 +05:00
parent 433aa77cb0
commit 781239cdd7
2 changed files with 2 additions and 3 deletions

View File

@ -24,8 +24,7 @@
"postgresql@12.9", "postgresql@12.9",
"postgresql@11.14", "postgresql@11.14",
"postgresql@10.19", "postgresql@10.19",
"mysql@5.7", "mysql@5.7"
"mysql@5.6"
], ],
"_processed_database_engine": "{{ cookiecutter.database_version.split('@')[0] }}", "_processed_database_engine": "{{ cookiecutter.database_version.split('@')[0] }}",
"_processed_database_version": "{{ cookiecutter.database_version.split('@')[1] }}", "_processed_database_version": "{{ cookiecutter.database_version.split('@')[1] }}",

View File

@ -91,7 +91,7 @@ if (
if "{{ cookiecutter._processed_database_engine }}" != "{{ cookiecutter.database_engine }}": if "{{ cookiecutter._processed_database_engine }}" != "{{ cookiecutter.database_engine }}":
print( print(
WARNING 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 " "your selected database_version {{ cookiecutter.database_version }} is not compatible with this "
"selection. Please retry and select appropriate option." "selection. Please retry and select appropriate option."
+ TERMINATOR + TERMINATOR