(backend) fix tests broken by dependencies updates

Recent updates in dependencies broke the tests.
I am in a rush, I found a stack overflow discussion mentionning we should
NOT consider the root folder of a Django project as a Python package.

My issue was:
Model class app.core.models.User doesn't declare an explicit app_label
and isn't in an application in INSTALLED_APPS.

Removing the __ini__.py file at the root folder fixed the regression.
This commit is contained in:
lebaudantoine
2024-07-31 00:21:44 +02:00
committed by aleb_the_flash
parent daa125edf3
commit 93be2881d2