This should address the issue opened here, which made it impossible to give consent for clients. Since we're using WSGI now, the static content can no longer be addressed relative to the Python file. Creating a symlink to where the static content is under config.centinel_home makes this solution work properly.
This should address the issue opened here, which made it impossible to give consent for clients. Since we're using WSGI now, the static content can no longer be addressed relative to the Python file. Creating a symlink to where the static content is under
config.centinel_home
makes this solution work properly.@ben-jones, please review.