Skip to main content

Django Progress

Project description

django-progress
===============

A small Django App for monitoring the progress of various operations using a small and handy API.

Example:
```python
from djprogress import with_progress

for item in with_progress(list_of_items, name='My hardcore processing action'):
# heavy processing action with item

# You can optionally nest multiple with_progress constructs if you want:
for subitem in with_progress(list_of_subitems, name='Subprocessing of item'):
# more heavy processing action with subitem
```

There is a view included where you can get an overview of all running processes and their estimated time of completion.
It makes use of admin media which means that this page works out of the box. Here is an example:

![django-progress overview page](https://github.com/citylive/django-progress/raw/master/django_progress.png)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-progress-1.0.4.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

django_progress-1.0.4-py2-none-any.whl (16.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page