Changes between Initial Version and Version 1 of Ticket #9373, comment 9
- Timestamp:
- May 19, 2014, 12:52:14 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9373, comment 9
initial v1 1 1 I have just reviewed the new check framework https://docs.djangoproject.com/en/1.7/topics/checks/. I think we should add a check in the admin for this situation. The advantage is that this check is only done with DEBUG=False. I.e. log files are not populated in production systems. 2 2 3 I am happy to implement this, if th e approach is approved.3 I am happy to implement this, if this approach is considered the appropriate solution.