Top Menu Missing

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?

Thanks,

@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

Thank you. It worked like a charm.

Hi,

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’

Did i do something wrong?

Which installation method?

By default, you should use ralph which activates virtualen environment, such as ralph sitetree_resync_apps

ahh thx i got it: ralphctl sitetree_resync_apps

used the wrong command!

Thank you