index.rst 282 B

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