MyGit

v1.15.2

allianceauth/allianceauth

版本发布时间: 2017-06-27 12:21:17

allianceauth/allianceauth最新发布版本:v2.0.4(2018-05-29 05:15:16)

What's new

New Celery Usage

Commands to start celery workers have changed. Instead of the old python manage.py celeryd/beat syntax, use the following:

celery -A alliance_auth worker
celery -A alliance_auth beat

If using supervisor to manage celery, it is necessary to update the confs (the sample confs have been updated to reflect this).

If using a virtualenv it is necessary to change the command to /path/to/venv/bin/celery

Upgrading

git fetch origin and git checkout v1.15.2 to get the latest changes.

There is a minor change necessary in settings.py to get scheduled tasks to operate. Either copy the new settings template or manually edit your working file.

Then run update.sh.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-06-27发行的版本