You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hi all, Part of my code base includes a view which must be served via SSL. When writing my integration tests, I find that LiveServerTestCase is strictly http and doesn't support https.
Could this be a planned feature to add or should I turn my attention to running a HTTPS testing server elsewhere?