mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 20:04:18 +03:00
Merge branch 'migrate-post-gen-hook-pathlib' into lint-format-template-with-ruff
# Conflicts: # hooks/post_gen_project.py
This commit is contained in:
commit
3ddf863e48
|
@ -69,7 +69,7 @@ def remove_docker_files():
|
|||
|
||||
|
||||
def remove_nginx_docker_files():
|
||||
Path("compose/local/nginx").unlink()
|
||||
shutil.rmtree(Path("compose", "production", "nginx"))
|
||||
|
||||
|
||||
def remove_utility_files():
|
||||
|
|
Loading…
Reference in New Issue
Block a user