I have a working django install with django-sslify and it correctly HTTPS my urls but with inconsistent behaviour.
For example, if I type socialspark.spuro.org it takes me to an HTTP page. If I type socialspark.spuro.org/something it takes me to an HTTPS page.
Of course, if I type https://socialspark.spuro.org/ it will take me to an HTTPS page.
It's concerning for me that with one misspelling, all my HTTPS support will be gone. What should I do to remedy this issue?