diff --git a/docs/_static/images/features/apps/corpstats.png b/docs/_static/images/features/apps/corpstats.png new file mode 100644 index 00000000..c6de9f2c Binary files /dev/null and b/docs/_static/images/features/apps/corpstats.png differ diff --git a/docs/features/apps/corpstats.md b/docs/features/apps/corpstats.md index 2818a5de..194cd359 100644 --- a/docs/features/apps/corpstats.md +++ b/docs/features/apps/corpstats.md @@ -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. -![corpstats](https://i.imgur.com/9lZhf5g.png) +![corpstats](/_static/images/features/apps/corpstats.png) ## Installation diff --git a/docs/installation/upgrade_python.md b/docs/installation/upgrade_python.md index c45bb330..c47191bf 100644 --- a/docs/installation/upgrade_python.md +++ b/docs/installation/upgrade_python.md @@ -97,10 +97,10 @@ If you unsure which apps you have installed from repos check `INSTALLED_APPS` in 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 -pip install -U django_celery_beat +pip install -U 'django-celery-beat<2.00' ``` ```bash