phase8: expand test coverage and refine docs with gitflow milestones
This commit is contained in:
@ -37,3 +37,7 @@ CELERY_TASK_TIME_LIMIT=1800
|
||||
CELERY_TASK_SOFT_TIME_LIMIT=1500
|
||||
API_THROTTLE_ANON=100/hour
|
||||
API_THROTTLE_USER=1000/hour
|
||||
|
||||
# Testing (used with pytest-django)
|
||||
# Keep development settings for local tests unless explicitly validating production settings.
|
||||
PYTEST_ADDOPTS=-q
|
||||
|
||||
Reference in New Issue
Block a user