I am trying to deploy my django (5.0.3) in Clever cloud
It can't locate my app on the server, although it works fine locally
Here is my tree structure
Here is my settings.py
Here are my env variables in cleveer-cloud
Here is the error :
2024-03-09T14:55:49+01:00 ModuleNotFoundError: No module named 'photos'
What could be the root cause ?



You've to put this in CC_PYTHON_MODULE
instead of
outer folder photoshare does not contain
__init__.pyso it's not treated as package.Note
Please do not post code or errors as images
Read this Why should I not upload images of code/data/errors?