Linked Djangos settings to pyShelfs config

This commit is contained in:
Mike Young
2019-12-22 13:35:58 -05:00
parent ee43b85cb8
commit 083f82fde1
5 changed files with 36 additions and 5 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", "psycopg2", "requests"]
known_third_party = ["backend", "bs4", "django", "interface", "psycopg2", "requests"]