Run backend server localy

when i command

python baserow/manage.py runserver --settings=config.settings.dev

i got this erro ModuleNotFoundError: No module named ‘baserow’
any help?

Hi @selbieh, first tell us how you are installing Baserow and dependencies and where do you run this command?

Now I managed to run it but I had first to
Export PYTHONPATH=env path:folder path

Hi @selbieh.
Can you please tell me how you exactly were able to run backend locally?
I got always this error ModuleNotFoundError: No module named ‘baserow’.
Thanks.