wuttaweb.views.progress
¶
Progress Views
- wuttaweb.views.progress.progress(request)[source]¶
View which returns JSON with current progress status.
The URL is like
/progress/XXX
whereXXX
is the “key” to a particular progress indicator, tied to a long-running operation.This key is used to lookup the progress status within the Beaker session storage. See also
SessionProgress
.