Matthew Raspberry
Matthew Raspberry
Yes I was starting the server via "python manage.py runmodwsgi --log-to-terminal" in a Docker container. Django version is 3.1. I'll do some more digging to see if my settings are...
So after some checking my settings.py is using pathlib objects. I changed the patch to be to runmodwsgi.py as you suggested. I think I got everywhere that is referencing a...
My settings file is using them, here's a snippet: ```python BASE_DIR = pathlib.Path(__file__).resolve(strict=True).parent.parent STATIC_ROOT = BASE_DIR / 'assets' ``` Basically it's just using them for ease of creating additional paths...
What version of FreeBSD are you using? I tested #807 on a jail of FreeBSD 10.0-RELEASE and it worked correctly.
I have this same issue with ECS task definitions because the image is tagged with the short-sha.
So this is purely intended for application dependencies, not extensions such as [datadog](https://docs.datadoghq.com/serverless/libraries_integrations/extension/) or the [AWS Parameters and Secrets](https://docs.aws.amazon.com/systems-manager/latest/userguide/ps-integration-lambda-extensions.html#ps-integration-lambda-extensions-add) extension?