mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 10:54:51 +03:00
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:
parent
3c275ac30d
commit
362ccc941d
|
@ -80,7 +80,7 @@ if (
|
||||||
and "{{ cookiecutter.use_nginx_for_serve_media_files }}".lower() == "y"
|
and "{{ cookiecutter.use_nginx_for_serve_media_files }}".lower() == "y"
|
||||||
):
|
):
|
||||||
print(
|
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)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user