We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1408dcc commit 9537e99Copy full SHA for 9537e99
docs/cookbook/daemonizing.rst
@@ -53,12 +53,12 @@ This is an example configuration for those using ``django-celery``::
53
# Where the Django project is.
54
CELERYD_CHDIR="/opt/Project/"
55
56
- # Name of the projects settings module.
57
- DJANGO_SETTINGS_MODULE="settings"
58
-
59
# Path to celeryd
60
CELERYD="/opt/Project/manage.py celeryd"
61
+ # Name of the projects settings module.
+ export DJANGO_SETTINGS_MODULE="settings"
+
62
Available options
63
~~~~~~~~~~~~~~~~~~
64
0 commit comments