mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Fix typo in folder name
This commit is contained in:
parent
9902f4d76c
commit
fff7144c93
|
@ -65,7 +65,7 @@ def remove_docker_files():
|
||||||
if "{{ cookiecutter.editor }}" == "PyCharm":
|
if "{{ cookiecutter.editor }}" == "PyCharm":
|
||||||
file_names = ["docker_compose_up_django.xml", "docker_compose_up_docs.xml"]
|
file_names = ["docker_compose_up_django.xml", "docker_compose_up_docs.xml"]
|
||||||
for file_name in file_names:
|
for file_name in file_names:
|
||||||
Path(".idea", "runConfiguration", file_name).unlink()
|
Path(".idea", "runConfigurations", file_name).unlink()
|
||||||
|
|
||||||
|
|
||||||
def remove_nginx_docker_files():
|
def remove_nginx_docker_files():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user