Skip to content

Instantly share code, notes, and snippets.

@rema7
Last active October 4, 2017 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rema7/d8b699a6bd2264d5981fa62f350854be to your computer and use it in GitHub Desktop.
Save rema7/d8b699a6bd2264d5981fa62f350854be to your computer and use it in GitHub Desktop.
# ...
# microservice_db - is our database name
DB_CONNECTION = 'postgresql+psycopg2://localhost/microservice_db'
try:
from settings_local import * # noqa
except ModuleNotFoundError:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment