index.rst 298 B

1234567891011121314151617
  1. ===========
  2. Cookbook
  3. ===========
  4. .. toctree::
  5. :maxdepth: 2
  6. tasks
  7. daemonizing
  8. unit-testing
  9. This page contains common recipes and techniques.
  10. Whenever a setting is mentioned, you should use ``celeryconf.py`` if using
  11. regular Python, or ``settings.py`` if running under Django.