Switch to postgresql, and adapted existing queries

This commit is contained in:
Mike Young
2019-12-01 11:52:47 -05:00
parent 60b4970e84
commit e34411f49e
2 changed files with 16 additions and 13 deletions

2
pyproject.toml vendored
View File

@@ -7,4 +7,4 @@ use_parentheses = true
# NOTE: the known_third_party setting is managed by
# seed-isort-config and should not be modified directly.
# Any changes made to this setting will be overwritten.
known_third_party = ["bs4", "django", "interface", "requests"]
known_third_party = ["bs4", "django", "interface", "psycopg2", "requests"]