Hi there,
Recently, I have got my SSL certificate installed. Everything works just fine. But it prevents HTTP connections. My site, https://www.tefletonpost.com/digital_literacy/ , if I click on Read More button, the output is
which is expected. But my question is how to get around this issue? Can I disable SSL on certain views in Django? On researching, I found a similar question on stackoverflow https://stackoverflow.com/questions/34431487/how-do-you-disable-secure-ssl-redirect-for-some-views-in-django, but I don't know how to implement it at all. Please help!!!