mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-12-05 02:19:38 +00:00
10 lines
433 B
INI
10 lines
433 B
INI
[mypy_django_plugin]
|
|
|
|
# specify settings module to use for django.conf.settings, this setting
|
|
# could also be specified with DJANGO_SETTINGS_MODULE environment variable
|
|
# (it also takes priority over config file)
|
|
django_settings = core.settings
|
|
|
|
# if True, all unknown settings in django.conf.settings will fallback to Any,
|
|
# specify it if your settings are loaded dynamically to avoid false positives
|
|
ignore_missing_settings = True
|