Thanks for this software! I followed all instructions to install in a digitalocean droplet & it worked perfect.
Now I’m trying to understand how it works. After opening a bash terminal inside the misago_docker_misago running container, I can’t find the apps (misago.users, misago.core, etc).
Maybe this explanation in another thread (misago-project.org/t/add-features-to-misago/925/) is relevant :
“ Docker setup is done in a way to make it easy to deploy Misago and protect site owners from it's complexity. ;)
“ The trick to run custom Misago with misago-docker is to upload customized misago directory (the one with init.py and other python files) to directory containing manage.py. You may also need to run docker-compose build to rebuild the containers, but I don't think that's required.”
But due to my inexperience, I still don’t understand. Have looked in almost every folder but can’t find the apps mentioned in settings INSTALLED_APPS.