Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor improvements to the processing panel | Joar Wandborg | 2012-07-10 | 1 | -4/+9 |
| | | | | | | - It is now possible to actually see what's processing, due to a bug fix where __getitem__ was called on the db model. - Removed DEPRECATED message from the docstring, it wasn't true. | ||||
* | Move celery task into own task.py | Elrond | 2012-03-21 | 1 | -0/+78 |
Move the actual celery task from processing/__init__.py into its own .../task.py. That way it can be imported as needed. |