Update hooks/pre_gen_project.py

Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com>
This commit is contained in:
ghostforpy 2021-08-12 11:19:44 +03:00 committed by GitHub
parent 3c275ac30d
commit 362ccc941d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ if (
and "{{ cookiecutter.use_nginx_for_serve_media_files }}".lower() == "y"
):
print(
"You should either use AWS, GCP or local docker nginx instance for serve media files."
"You should either use AWS, GCP, or local docker nginx instance for serve media files."
)
sys.exit(1)