Re: http://pastebin.com/RWt1mp7F

2015-09-27 Thread Cai Gengyang
afely > delete all *.pyc files to make sure. > > John > > > On 27/09/15 18:50, Cai Gengyang wrote: > > http://pastebin.com/RWt1mp7F --- If anybody can find any error with this > settings.py file, let me know ! > > Looked through it and can't find any mistakes.

Re: http://pastebin.com/RWt1mp7F

2015-09-27 Thread John
all *.pyc files to make sure. John On 27/09/15 18:50, Cai Gengyang wrote: > http://pastebin.com/RWt1mp7F --- If anybody can find any error with > this settings.py file, let me know ! > > Looked through it and can't find any mistakes. The error message I got > was that there is a

Re: http://pastebin.com/RWt1mp7F

2015-09-27 Thread Shawn Milochik
Try running ./manage.py shell You often get a better traceback. I don't see anything wrong with the beginning of the file you posted. However, you do have dirname twice, so one is just wasted. On Sep 27, 2015 13:50, "Cai Gengyang" wrote: > http://pastebin.com/RWt1mp7F --- I

http://pastebin.com/RWt1mp7F

2015-09-27 Thread Cai Gengyang
http://pastebin.com/RWt1mp7F --- If anybody can find any error with this settings.py file, let me know ! Looked through it and can't find any mistakes. The error message I got was that there is an error on or before line 45 (like a missing parentheses) , but can't seem to spot anyt