Python Forum

Full Version: How to run server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, my dear friends!
I use in my web development Python 3.6 and Django 2.0.4
When I execute command: python manage.py runserver,
I get Error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte

Please help to solve this issue.
What's in manage.py?