mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Fix fruit requirements text
This commit is contained in:
parent
71b24d8a7c
commit
4eb514298e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user