{% load static %} django-ray testproject

django-ray

Sample project panel for exploring task queues, workers, and Ray-backed execution.

v{{ django_ray_version }} / debug {% if debug %}on{% else %}off{% endif %}
Browser API access

Paste the local demo's DJANGO_API_TOKEN to use protected dashboard actions.

A verified token stays in this browser tab's session and survives reloads. Use Forget token or end the tab session to clear it. Not authenticated. Protected actions will ask for a token.
Total{{ total }}
Queued{{ queued }}
Running{{ running }}
Succeeded{{ succeeded }}
Failed{{ failed }}
Expired{{ expired }}
Trigger a smoke task

Enqueues add_numbers(2, 3) on the default queue and refreshes stats.

Last action Enter the local demo API token to enable protected actions.