Python Forum
How to run server - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: How to run server (/thread-9553.html)



How to run server - Andrew - Apr-16-2018

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.


RE: How to run server - micseydel - Apr-18-2018

What's in manage.py?