1👍
Might be that you are using python manage.py runserver
, and having DEBUG=False? If so you must add --insecure
option:
python manage.py runserver --insecure
Source:stackexchange.com
1👍
Might be that you are using python manage.py runserver
, and having DEBUG=False? If so you must add --insecure
option:
python manage.py runserver --insecure