Browse Source

Use -A proj to start database scheduler

Ask Solem 11 years ago
parent
commit
a6695f53c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/periodic-tasks.rst

+ 1 - 1
docs/userguide/periodic-tasks.rst

@@ -285,7 +285,7 @@ Django database:
 
 .. code-block:: bash
 
-    $ celery beat -S djcelery.schedulers.DatabaseScheduler
+    $ celery -A proj beat -S djcelery.schedulers.DatabaseScheduler
 
 Using `django-celery`'s scheduler you can add, modify and remove periodic
 tasks from the Django Admin.