mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-17 18:34:52 +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"
|
||||
):
|
||||
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user