Minor fixes.

This commit is contained in:
Jannis Leidel 2017-05-08 15:11:16 +02:00
parent 4a628dd395
commit 539579a868
3 changed files with 8 additions and 0 deletions

View file

@ -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
===============================

View file

@ -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

View file

@ -14,3 +14,7 @@ match-dir = [^migrations]
[wheel]
universal = 1
[check-manifest]
ignore =
docs/_build*