add webtasks interface
- add webtasks interface code - add webtasks to generated code documentation - add webtasks and fileservertasks to INSTALLED_APPS
This commit is contained in:
parent
24b4bab0b0
commit
57d4b128f5
6 changed files with 100 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :support:`-` add webtasks interface
|
||||
* :support:`-` update to new fileservertasks interface (requires gvafile >=
|
||||
0.4.0 on the fileserver)
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ Celery task stubs
|
|||
code/ldaptasks
|
||||
code/mysqltasks
|
||||
code/pgsqltasks
|
||||
code/webtasks
|
||||
|
||||
|
||||
Django app code
|
||||
|
|
12
docs/code/webtasks.rst
Normal file
12
docs/code/webtasks.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
:py:mod:`webtasks`
|
||||
==================
|
||||
|
||||
.. automodule:: webtasks
|
||||
|
||||
|
||||
:py:mod:`tasks <webtasks.tasks>`
|
||||
--------------------------------
|
||||
|
||||
.. automodule:: webtasks.tasks
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Add table
Add a link
Reference in a new issue