The issue is running the Django server. you're accessing the development server over https but it only supports http

Asked 2 years ago, Updated 2 years ago, 128 views

What's wrong with the Django server when it's connected from the outside?

you're accessing the development server over https but it only supports http

django python

2022-09-20 11:12

1 Answers

It is supported only by http addresses, so do not connect to https addresses.


2022-09-20 11:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.