Negative Execution Time on Django Admin during submission run
Open
backend
easy-medium
enhancement
GSoC-2023
python
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
The current Django Admin shows negative run time during the submission run. This is because we do not have a final time while the code is running but it should either be `None` (easy) or it should show elapsed time (harder).

Contributor guide
Assessment
This issue has not been assessed yet.