Skip to content

Commit

Permalink
Remove local_settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
Collins33 committed Apr 26, 2018
1 parent 5bfd3e2 commit 5e0bafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}

# You can switch database engine to postgres or mysql using environment
# variable 'DB'. Travis CI does this.
# variable 'DB'. Travis CI does this .
if os.environ.get("DB") == "postgres":
DATABASES = {
'default': {
Expand Down

0 comments on commit 5e0bafc

Please sign in to comment.