mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Fix django-celery-beat version in py upgrade guide
This commit is contained in:
parent
321af5ec87
commit
5247c181af
BIN
docs/_static/images/features/apps/corpstats.png
vendored
Normal file
BIN
docs/_static/images/features/apps/corpstats.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user