Implement unified API standard v1.0 across backend and frontend, enhancing error handling, response formatting, and monitoring capabilities. Refactor viewsets for consistent CRUD operations and introduce API Monitor for endpoint health checks. Update migrations to ensure database integrity and remove obsolete constraints and fields. Comprehensive test suite created to validate new standards and functionality.
This commit is contained in:
8
backend/igny8_core/test_settings.py
Normal file
8
backend/igny8_core/test_settings.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Test settings - auto-clobber test database
|
||||
"""
|
||||
from igny8_core.settings import *
|
||||
|
||||
# Auto-clobber test database
|
||||
TEST_RUNNER = 'django.test.runner.DiscoverRunner'
|
||||
|
||||
Reference in New Issue
Block a user