heroku / django-heroku

[DEPRECATED] Do not use! See https://github.com/heroku/django-heroku/issues/56
BSD 3-Clause "New" or "Revised" License
458 stars 141 forks source link

Refactored mkdir_p function to use os.makedirs #1

Closed danidee10 closed 6 years ago

danidee10 commented 6 years ago

There is already a method in the os that achieves the functionality that mkdir -p provides on *nix systems.

There are not tests yet. but i'm 99.9% sure that this works 😄