mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-30 08:54:43 +00:00
parent
1bef404355
commit
9e8e09119d
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ def remove_utility_files():
|
|||
|
||||
|
||||
def remove_heroku_files():
|
||||
file_names = ["Procfile", "runtime.txt", "requirements.txt"]
|
||||
file_names = ["Procfile", "runtime.txt"]
|
||||
for file_name in file_names:
|
||||
os.remove(file_name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue