Description / Beschreibung
I cannot update our RDMO instance from version 2.1.3 to 2.2.0. The step "python manage.py migrate" displays an error message.
Steps to reproduce / Schritte zum Reproduzieren
- source env/bin/activate
- pip install --upgrade rdmo
- python manage.py migrate
- See error:
RuntimeError: Model class allauth.account.models.EmailAddress doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
Context / Kontext
Operation system: Debian 11
RDMO version: 2.1.3
We use Shibboleth for authentication.
Authentication with allauth is not enabled.
The previous update from 2.1.2 to 2.1.3 in February 2024 ran without problems.