Hello people,
Thank you for this great software. I have completed the installation using docker-compose.yml in GitHub repo.
I initialized the database using migrate from within web container.
But, top menu is missing on my installation as you can on screenshot.
I am probably missing some configuration here or I didn’t read enough documentation. Is there a way to fix this?
@okazdal hi! It’s necessary to run sitetree_resync_apps in order to have the menu. It can be also done by running the ‘upgrade’ command, i. e., docker-compose run web upgrade
i got the same Problem!
a few days after a fresh install - Linux / Ubuntu 18.04
When i run the resync script i get the following error:
$ python3 sitetree_resync_apps.py
Traceback (most recent call last):
File “sitetree_resync_apps.py”, line 1, in
from django.core.management.base import BaseCommand
ModuleNotFoundError: No module named ‘django’