InstallationΒΆ
Installation is as simple as installing a package from PyPi and applying migrations:
$ pip install django-celery-progresbar
$ python manage.py migrate django_celery_progressbar
Alternatively, you can build and install the package from source:
$ python setup.py sdist
$ pip install dist/django_celery_progressbar-*