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

On Python 3 use exist_ok with makedirs #2

Closed sigmavirus24 closed 6 years ago

sigmavirus24 commented 6 years ago

Django 2.0 only works on Python 3.4+. This keyword is only present on Python 3 and so this is safe to use since we don't need to worry about exist_ok missing on Python 2.7

kennethreitz commented 6 years ago

✨🍰✨