A Django-based application for monitoring the current state of your dreque (dreque on GitHub). Currently very much in development, so please try to excuse the complete lack of documentation.
- dreque
- Django 1.0 or later
- redis
- Add 'dreque_frontend' (the subdirectory of this one) somewhere on PYTHONPATH, and add it to your project's INSTALLED_APPS
- Add
REDIS_ADDR
to yoursettings.py
. This can be either a IP, hostname (Redis will fall back to the default port) or either a string in the formathostname:ip
or a tuple in the format ('hostname', 'ip'). - Add
(r'^dreque/', include('dreque_frontend.urls')),
to your project'surls.py
- Go to /dreque/ and see it in action.