schon/evibes/settings/extensions.py
Egor fureunoir Gorbunov 09366213b6 Features: 1) Introduced AddressFilter and AddressType to enable filtering and querying addresses via GraphQL; 2) Added resolve_addresses method with permission check in GraphQL schema; 3) Updated DRF settings to improve API documentation structure.
Fixes: 1) Corrected `apply_addresses` logic to handle address validation more robustly; 2) Fixed incorrect imports and annotations for better type safety; 3) Resolved typos and clarified docstrings for various views and methods.

Extra: Adjusted formatting, added `# type: ignore` for stricter type checks, and removed unused `dist/` directory from `.dockerignore`.
2025-07-12 18:49:25 +03:00

12 lines
283 B
Python

# noinspection PyUnresolvedReferences
from evibes.settings.base import * # noqa: F403
GRAPH_MODELS = {
"all_applications": True,
"group_models": True,
}
EXTENSIONS_MAX_UNIQUE_QUERY_ATTEMPTS = 500
HEALTHCHECK_CELERY_RESULT_TIMEOUT = 5
HEALTHCHECK_CELERY_QUEUE_TIMEOUT = 5