MyGit

v2.0b2

allianceauth/allianceauth

版本发布时间: 2018-01-09 10:39:09

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

Changes

Installing

To install v2 a slight modification to the docs is necessary. The auth package hasn't yet been published on pypi, so instead of pip install allianceauth you'll need to pip install git+https://github.com/allianceauth/allianceauth@v2.0b2

Upgrading

If you're coming from v1.15, read the b1 release notes.

If you're coming from v2.0b1, run python manage.py migrate eve_autogroups zero before upgrading. After upgrading run migrations again (python manage.py migrate).

Change BROKER_URL in settings/base.py to CELERY_BROKER_URL.

Add from .celery import app as celery_app to your project_template/project_name/__init__.py file (or reinitialise your project).

Restart your wsgi server and celery as usual.

Issues

The goal of the beta is to iron out any issues we've missed. Please reach out to us on gitter or open an issue here (being sure to mention it's regarding v2.0b2).

Thanks to everyone who reported issues during beta 1.

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

查看:2018-01-09发行的版本