Fix django-celery-beat version in py upgrade guide

This commit is contained in:
ErikKalkoken 2020-04-18 01:14:27 +02:00
parent 321af5ec87
commit 5247c181af
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -2,7 +2,7 @@
This module is used to check the registration status of Corp members and to determine character relationships, being mains or alts. This module is used to check the registration status of Corp members and to determine character relationships, being mains or alts.
![corpstats](https://i.imgur.com/9lZhf5g.png) ![corpstats](/_static/images/features/apps/corpstats.png)
## Installation ## Installation

View File

@ -97,10 +97,10 @@ If you unsure which apps you have installed from repos check `INSTALLED_APPS` in
pip list pip list
``` ```
Some AA installations might still be running an older version of django_celery_beat. We would recommend to upgrade to the current version before doing the Python update: Some AA installations might still be running an older version of django-celery-beat. We would recommend to upgrade to the current version before doing the Python update:
```bash ```bash
pip install -U django_celery_beat pip install -U 'django-celery-beat<2.00'
``` ```
```bash ```bash