Skip to content

Instantly share code, notes, and snippets.

@alsonkemp
Created May 30, 2012 16:52
Show Gist options
  • Save alsonkemp/2837575 to your computer and use it in GitHub Desktop.
Save alsonkemp/2837575 to your computer and use it in GitHub Desktop.
Disabling heroku settings.py injection
mkdir .heroku
touch .heroku/injection_disabled
git add .heroku/injection_disabled
git commit -m "grrrr...."
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment