mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 17:34:52 +03:00
Merge pull request #1 from ilikerobots/fruit_req_text
Fix fruit requirements text
This commit is contained in:
commit
608490dda9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user