Open scharph opened 7 years ago
hello,I meet the same problem with you.So what is the fix? In official documentation with the URL "http://taigaio.github.io/taiga-doc/dist/setup-production.html", it is not mentioned the command "python manage.py loaddata initialrole" and I run the command "find /home/taiga/taiga-back/ -name initial*", it turns out /home/taiga/taiga-back/taiga/projects/fixtures/initial_project_templates.json /home/taiga/taiga-back/taiga/users/fixtures/initial_user.json
that is not found "initial_role.json"
Maybe it is not Necessary to run this command "python manage.py loaddata initial_role" in the current version any more.I guess it is needed by some history version.
So what does the author of taiga say?
It's seem it's a mistake:
i did
docker-compose -f taiga.yml
taiga.yml:
root@ds:/usr/local/taiga/taiga-back# python manage.py loaddata initial_role Trying import local.py settings... CommandError: No fixture named 'initial_role' found.