'Get back access to the development server

I ran manage.py check --deploy¶ for my django project before I was actually ready to deploy and now I can't seem to run

python3 manage.py runserver

for any of my projects. Is there anyway to reverse my actions?

This is the error I get in my terminal whenever I try to access a project in my browser.

code 400, message Bad request version ('\x9a\x9a\x13\x01\x13\x02\x13\x03À+À/À,À0̨̩À\x13À\x14\x00\x9c\x00\x9d\x00/\x005\x01\x00\x01\x93êê\x00\x00\x00\x17\x00\x00ÿ\x01\x00\x01\x00\x00')

[10/Feb/2022 11:33:40] You're accessing the development server over HTTPS, but it only supports HTTP.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source