Преглед изворни кода

Changelog: Added special note to users of mod_wsgi with Django

Ask Solem пре 15 година
родитељ
комит
dfb1e32271
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      Changelog

+ 5 - 0
Changelog

@@ -42,6 +42,11 @@ Django integration has been moved to a separate package: `django-celery`_.
 
     INSTALLED_APPS = "djcelery"
 
+* If you use ``mod_wsgi`` you need to add the following line to your ``.wsgi``
+  file::
+
+    import os
+    os.environ["CELERY_LOADER"] = "django"
 
 * The following modules has been moved to `django-celery`_: