Fix fruit requirements text

This commit is contained in:
ilikerobots 2020-07-17 16:21:54 +03:00
parent 71b24d8a7c
commit 4eb514298e

View File

@ -89,5 +89,5 @@ if (
"{{ cookiecutter.use_vuex }}".lower() == "n" "{{ cookiecutter.use_vuex }}".lower() == "n"
or "{{ cookiecutter.use_vue }}".lower() == "n" or "{{ cookiecutter.use_vue }}".lower() == "n"
) and "{{ cookiecutter.use_fruit_demo }}" == "y": ) and "{{ cookiecutter.use_fruit_demo }}" == "y":
print("The fruit demo app requires use of Vue, Vuex, and DRF.") print("The fruit demo app requires use of Vue and Vuex.")
sys.exit(1) sys.exit(1)