I have got a django web app. Everything is working fine. Now I try to force https (ssl). I followed the instructions here:
https://www.pythonanywhere.com/wiki/ForcingHTTPS
I set Debug = False and installed sslify in my root directory.
After adding silly to middleware class I get this error: ImportError: No module named 'sslify'
What do I miss?
Thanks!