I use tutor, version 13.2.0 and richie 13.0.0
courses.mydomain.com is running properly. But can’t setup course and catalog. Can someone explain why. I do a lot of research about richie and lost

AttributeError: 'Settings' object has no attribute 'RICHIE_COURSE_HOOK'
ERROR: 1
Error: Command failed with status 1: docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml --project-name tutor_local -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.jobs.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.jobs.tmp.yml run --rm richie-openedx-job sh -e -c # Initial sync of course runs
./manage.py cms shell -c "from richie.sync import sync_all_courses; sync_all_courses()"```
regis
2
What command are you running?
I exactly follow the official overhang.io/richie github page.
pip install tutor-richie
tutor plugins enable richie
tutor config save
tutor images build openedx
tutor local quickstart
Has this issue been fixed? I have the same issue
AttributeError: ‘Settings’ object has no attribute ‘RICHIE_COURSE_HOOK’
ERROR: 1
Error: Command failed with status 1: docker-compose -f /root/.local/share/tutor/env/local/docker-compose.yml -f /root/.local/share/tutor/env/local/docker-compose.prod.yml -f /root/.local/share/tutor/env/local/docker-compose.tmp.yml --project-name tutor_local -f /root/.local/share/tutor/env/local/docker-compose.jobs.yml -f /root/.local/share/tutor/env/local/docker-compose.jobs.tmp.yml run --rm richie-openedx-job sh -e -c # Initial sync of course runs
./manage.py cms shell -c “from richie.sync import sync_all_courses; sync_all_courses()”