2015-01-26 16:40:03 +01:00
|
|
|
==================
|
|
|
|
Code documentation
|
|
|
|
==================
|
|
|
|
|
|
|
|
gvaweb is implemented as `Celery`_ app.
|
|
|
|
|
|
|
|
.. _Celery: http://www.celeryproject.org/
|
|
|
|
|
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
The module :py:mod:`webtasks`
|
|
|
|
=============================
|
2015-01-26 16:40:03 +01:00
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
.. automodule:: webtasks
|
2015-01-26 16:40:03 +01:00
|
|
|
|
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
:py:mod:`celery <webtasks.celery>`
|
|
|
|
----------------------------------
|
2015-01-26 16:40:03 +01:00
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
.. automodule:: webtasks.celery
|
2015-01-26 16:40:03 +01:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
:py:mod:`settings <webtasks.settings>`
|
|
|
|
--------------------------------------
|
2015-01-26 16:40:03 +01:00
|
|
|
|
2020-03-03 15:24:11 +01:00
|
|
|
.. automodule:: webtasks.settings
|
2015-01-26 16:40:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
:py:mod:`tasks <webtasks.tasks>`
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
.. automodule:: webtasks.tasks
|
|
|
|
:members:
|
|
|
|
:undoc-members:
|
|
|
|
|