Help with Debugging

Steven D'Aprano steve at pearwood.info
Sun Sep 27 20:10:08 EDT 2015


On Mon, 28 Sep 2015 03:45 am, Cai Gengyang wrote:

> http://pastebin.com/RWt1mp7F --- If anybody can find any errors with this
> settings.py file, let me know !
> 
> Can't seem to find anything wrong with it ...

Perhaps there is nothing wrong with it. What makes you think that there is?

Do you get an exception? If so, the exception will tell you where to start:
read the error message, look at the line it says the error occurred at, and
fix the problem.

If you need help, COPY and PASTE the *entire* traceback, starting from the
line "Traceback (most recent call last)" to the error message at the end,
and send it to us.



-- 
Steven




More information about the Python-list mailing list