-
- Downloads
feat: add debug application-state endpoint
This new endpoint allows clients to easily purge steering’s application state. It is primarily designed for use in integration tests as outlined in aura#387. The endpoint is available in debug mode so that developers can inspect the schema. However, any request to it is denied unless the OPERATING_MODE environment variable is set to "tests". This is a precaution for administrators that use the debug mode to analyze application issues in production.
parent
5723cc62
No related branches found
No related tags found
Showing
- program/models.py 70 additions, 0 deletionsprogram/models.py
- program/serializers.py 32 additions, 0 deletionsprogram/serializers.py
- program/views.py 47 additions, 1 deletionprogram/views.py
- steering/settings.py 5 additions, 0 deletionssteering/settings.py
- steering/urls.py 8 additions, 0 deletionssteering/urls.py
Loading
Please register or sign in to comment