Tentei de todas as formas consertar este erro:
SyntaxError at / Non-ASCII character '\xcb' in file /Users/xpto/sourcespython/connectedin/perfis/urls.py on line 5, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details (urls.py, line 5) Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.7.4 Exception Type: SyntaxError Exception Value:Non-ASCII character '\xcb' in file /Users/xpto/sourcespython/connectedin/perfis/urls.py on line 5, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details (urls.py, line 5) Exception Location: /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init.py in import_module, line 37 Python Executable: /usr/bin/python Python Version: 2.7.10 Python Path:['/Users/xpto/sources_python/connectedin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC', '/Library/Python/2.7/site-packages'] Server time: Mon, 7 Dec 2015 02:24:04 +0000
Este erro aparece no momento que chamo no browser para aparecer a mensagem de boas vindas. Já verifiquei o default charset e nada. Minha plataforma é Mac OS, usando sublime text.
Aguardo algum help.
thanks