Celery 2.5 Documentation
Documentation, Release 2.5.5 Special note for mod_wsgi users If you’re using mod_wsgi to deploy your Django application you need to include the following in your .wsgi module: import djcelery djcelery.setup_loader() INSTALLED_APPS = "celery" to: INSTALLED_APPS = "djcelery" • If you use mod_wsgi you need to add the following line to your .wsgi file: 11.34. 2.0.0 211 Celery Documentation, Release 2.5.5 import os os0 码力 | 400 页 | 1.40 MB | 1 年前3Celery 2.5 Documentation
5672/" That’s it. Special note for mod_wsgi users If you’re using mod_wsgi to deploy your Django application you need to include the following in your .wsgi module: import djcelery djcelery.setup_loader() INSTALLED_APPS = "celery" to: 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 modules0 码力 | 647 页 | 1011.88 KB | 1 年前3Celery 2.0 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 165 页 | 492.43 KB | 1 年前3Celery 2.0 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 284 页 | 332.71 KB | 1 年前3Celery 2.1 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 285 页 | 1.19 MB | 1 年前3Celery 2.1 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 463 页 | 861.69 KB | 1 年前3Celery 2.3 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 334 页 | 1.25 MB | 1 年前3Celery 2.2 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 314 页 | 1.26 MB | 1 年前3Celery 2.2 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 505 页 | 878.66 KB | 1 年前3Celery 2.3 Documentation
INSTALLED_APPS = "celery" to: 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 modules0 码力 | 530 页 | 900.64 KB | 1 年前3
共 49 条
- 1
- 2
- 3
- 4
- 5