hikaya-io / activity

Making it easier for nonprofits to manage their project activities and indicators. Interested in contributing? Check out our open issues: https://tinyurl.com/activity-issues
https://hikaya.io/products/activity/
Apache License 2.0
80 stars 5 forks source link

Running docker-compose gives 'module not found error' #779

Closed hermela11 closed 1 year ago

hermela11 commented 2 years ago

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.

TAnas0 commented 2 years ago

@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.

TAnas0 commented 2 years ago

@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 :slightly_smiling_face:

MisterMunchkin commented 2 years ago

Hi! I've been following the docs too and this worked me