Re: HTTPS instead of HTTP in view

2015-09-14 Thread James Schneider
To clarify, are you running this on a full web server such as Apache? If so, do you have directives in the webserver configuration that are handling the redirection to HTTPS? Or are you using the built-in runserver? The built-in runserver has no support for HTTPS. Do you have any 3rd party package

Re: HTTPS instead of HTTP in view

2015-09-14 Thread Hugo Kitano
This is my settings.py, but I've commented out all the code I added -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. T

HTTPS instead of HTTP in view

2015-09-14 Thread Hugo Kitano
Only one view in my project uses HTTPS instead of HTTP, now, after me fooling around with SSL's and cookies and such. My view for that project is simple enough that it isn't the problem It's the home page of the project. Any ideas for why only one view uses HTTPS? I can't use the view in runser