Aminu Israel

Results 4 comments of Aminu Israel

I got this error: del DATABASES['default']['OPTIONS']['sslmode'] KeyError: 'OPTIONS'

I got it fixed, don't add that code to the settings.py file, use your default database and you should be fine

To fix this error, just use ``` django_heroku.settings(locals()) ``` At the end of the line, No need adding ``` del DATABASES['default']['OPTIONS']['sslmode'] ```

Hi. @perriefidelis, I noticed the repository had an unwanted file **.DS_store** I deleted them in each subdirectory and added a .gitignore which doesn't push them to the remote repository.