Problem on installation
At this point : https://git.happy-dev.fr/startinblox/applications/coop-starter/coopstarter-data#initialising-the-database, we have a problem without easy fix.
Following all the installation, we have an error on this commandpython manage.py loaddata ../venv/lib/python3.6/site-packages/coopstarter_data/fixtures/*.json
Here is the error :
coopstarter_data.models.DoesNotExist: Problem installing fixture '/home/atila/Bureau/testdoc/coopstarter/../venv/lib/python3.6/site-packages/coopstarter_data/fixtures/resources.json': Review matching query does not exist.
Our fix is to clone coopstarter-data module in our machine, create a symbolic link to the root af the project, to go in models.py, comment from the ligne 240 to 323 and start again this command : python manage.py loaddata ../venv/lib/python3.6/site-packages/coopstarter_data/fixtures/*.json
and decomment model.py.
Tiring, isn't it? Somebody have a better solution ?