Thursday, December 26, 2013

new to Django and Python

I get an error message when I run the 
"$ python manage.py syncdb"
Command.  


70
SyntaxError: Non-ASCII character '\xe2' in file /Users/bmregister/djangoLocal/myFirstSite/myFirstSite/settings.py on line 70, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

I can't find any characters '/xe2' anywhere in the settings.py file, line 70 or other wise?  I am editing the file in the Xcode IDE.  The pep article really doesn't help me much.  Any suggestions or ideas on what needs to be edited in my settings.py file?

Brent.



No comments:

Post a Comment