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
{{ message }}
This repository was archived by the owner on Apr 18, 2019. It is now read-only.
I was trying to get a legacy app working with these rules (I have not written it myself, it uses Django's manage.py) and to get things working I had to add pythonroot="." to my python libraries (otherwise libraries could not be imported). But now running the app in docker via the pyz3_image complained that it could not import a library, specifically the DJANGO_SETTINGS_MODULE. Now I additionally added this library without the pythonroot settings and now it works.
I am sorry I can not give more details at this stage I thought I would just report it and if I have more time to investigate I can add more here. I am wondering though if there is a slight difference in the directory layout, or maybe where the process is being executed compared to the runfiles dir locally?