mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-10 00:20:59 +03:00
Fix typo in folder name
This commit is contained in:
parent
7b2be012e3
commit
b31fa108bf
|
@ -64,7 +64,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