Selaa lähdekoodia

Changelog: Added special note to users of mod_wsgi with Django

Ask Solem 15 vuotta sitten
vanhempi
commit
dfb1e32271
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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`_: