Merge pull request #1 from ilikerobots/fruit_req_text

Fix fruit requirements text
This commit is contained in:
Mike Hoolehan 2020-07-17 16:30:51 +03:00 committed by GitHub
commit 608490dda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,5 +89,5 @@ if (
"{{ cookiecutter.use_vuex }}".lower() == "n"
or "{{ cookiecutter.use_vue }}".lower() == "n"
) 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)