2👍
✅
Most likely your browser cached the HTTP 301/302 response that redirects your HTTP request to HTTPS. Clear browser cache or try another browser to test if this is the case.
0👍
According to documentation you should disable django-sslify for local development and unittests. Put in your settings.py
:
if DEBUG:
SSLIFY_DISABLE = True
- [Answered ]-Create .msg file with task without having outlook installed
- [Answered ]-How can I close a django 1.8 database cursor and connection?
- [Answered ]-Showing custom error messages in django model form with bootstrap
Source:stackexchange.com