You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to start up the activity app using docker-compose, I get the following error: ModuleNotFoundError: No module named 'activity.settings.local'
I did set up a virtual environment and I'm running python 3.7.
The text was updated successfully, but these errors were encountered:
@hermela11 I can confirm the issue. It's a missing config file, which we have not specified in the setup guide. Thanks for pointing that out. I will provide a fix and update the Readme and Installation Guide.
@hermela11 please run cp activity/settings/local-sample.py activity/settings/local.py before docker-compose up -d
I've added it to the documentation. If you have any other problems or question, please let us know 🙂
When I try to start up the activity app using docker-compose, I get the following error: ModuleNotFoundError: No module named 'activity.settings.local'
I did set up a virtual environment and I'm running python 3.7.
The text was updated successfully, but these errors were encountered: