mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
Minor fixes.
This commit is contained in:
parent
4a628dd395
commit
539579a868
3 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ To use this with your project you need to follow these steps:
|
|||
|
||||
$ python manage.py migrate django_celery_monitor
|
||||
|
||||
#. Go to the Django admin of your site and look for the "Celery Monitor"
|
||||
section.
|
||||
|
||||
Starting the monitoring process
|
||||
===============================
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ debug = logger.debug
|
|||
|
||||
class Camera(Polaroid):
|
||||
"""The Celery events Polaroid snapshot camera."""
|
||||
|
||||
clear_after = True
|
||||
worker_update_freq = WORKER_UPDATE_FREQ
|
||||
|
||||
|
|
|
|||
|
|
@ -14,3 +14,7 @@ match-dir = [^migrations]
|
|||
|
||||
[wheel]
|
||||
universal = 1
|
||||
|
||||
[check-manifest]
|
||||
ignore =
|
||||
docs/_build*
|
||||
|
|
|
|||
Loading…
Reference in a new issue