fix: default settings_local needs a pyflakes ignore (#5381)
This commit is contained in:
parent
88a78cf1ab
commit
736382a13e
|
@ -5,7 +5,7 @@ from ietf.settings import * # pyflakes:
|
|||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
from ietf.settings_postgresqldb import DATABASES
|
||||
from ietf.settings_postgresqldb import DATABASES # pyflakes:ignore
|
||||
|
||||
IDSUBMIT_IDNITS_BINARY = "/usr/local/bin/idnits"
|
||||
IDSUBMIT_REPOSITORY_PATH = "test/id/"
|
||||
|
|
Loading…
Reference in a new issue