mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
11 lines
180 B
INI
11 lines
180 B
INI
[build_sphinx]
|
|
source-dir = docs/
|
|
build-dir = docs/_build
|
|
all_files = 1
|
|
|
|
[tool:pytest]
|
|
django_find_project = false
|
|
DJANGO_SETTINGS_MODULE = tests.settings
|
|
|
|
[isort]
|
|
profile = black
|