iclab / centinel-server

MIT License
2 stars 7 forks source link

fixed the static content addressing issue #86

Closed rpanah closed 9 years ago

rpanah commented 9 years ago

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.