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

Rename settings function to configure and update the test project #3

Closed jorgebastida closed 6 years ago

jorgebastida commented 6 years ago

Based on the timestamps in the blame of the README it looks like you want to call this function configure instead of settings.

Have updated both the function and the test project.

Thanks for your great work!

kennethreitz commented 6 years ago

No, I want to call it settings, as that’s what Django calls them. I was initially wrong in calling it configure. Thank you, though.