summaryrefslogtreecommitdiff
path: root/dashboard/views.py
AgeCommit message (Collapse)Author
2024-10-25[dashboard] Marked all user-facing strings for translationMark Walker
Refs #1648
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-02-09Cache dev dashboard index as well.Jannis Leidel
2015-02-01Cache metric JSON response until manually updating.Jannis Leidel
2015-01-31Add django-dev-dashboard as an appRolf Erik Lekang
It uses the code from the django/django-dev-dashboard with some design changes, new tests, translation marks and new migrations. It is added under the host dashboard.djangoproject.com.