Re: Error UnicodeDecodeError when access http://127.0.0.1:8000/admin/

2013-08-02 Thread Hoàng Trần
Hi Mike, Thank you for trying to help me. I've found the origin of my problem. It was that my computer is infected by some viruses. So in every .html files, they were included with a snippet of VBScript Code. It make Template Engine can not parse template files. In my case, every .html files in

Re: Error UnicodeDecodeError when access http://127.0.0.1:8000/admin/

2013-08-02 Thread Mike Dewhirst
On 3/08/2013 2:44am, Hoàng Trần wrote: Hi everybody, I am very new to Django. I've just installed it and walked through https://docs.djangoproject.com/en/1.5/intro/tutorial01/ My environment is: windows 7 / Python 2.6.6 / Django 1.5.1 / MySQL 5.5.27 I've finished the 01 tutorial, and intend t

Error UnicodeDecodeError when access http://127.0.0.1:8000/admin/

2013-08-02 Thread Hoàng Trần
Hi everybody, I am very new to Django. I've just installed it and walked through https://docs.djangoproject.com/en/1.5/intro/tutorial01/ My environment is: windows 7 / Python 2.6.6 / Django 1.5.1 / MySQL 5.5.27 I've finished the 01 tutorial, and intend to follow tutorial 02 at here: https://d