[Answered ]-Django Admin panel not working with https

2👍

✅

Edit:
Real error was the missing SITE_ID setting. See comments for out little debug session…

Original answer:
You’re missing the /static Alias in your https config.

Are the static assets requested by https?

Additionally, you’re missing the WSGIDaemonProcess statement in your https config.

Leave a comment