http://pastebin.com/index/RWt1mp7F ----<p>The error message I got was that there is an error on or before line 45<p>Looking through my code , can't seem to find any errors yet. All the parentheses seem to be in place too, this is weird ...<p>If anybody can spot anything, lemme know ... thanks ..
Nothing appears wrong with that file. I can do "python settings.py" with both Python 2 and Python 3, without getting a SyntaxError.<p>Without a stack trace, there's little more for anyone to go on. Also, there are better resources for Python/Django help than HN. See <a href="https://docs.djangoproject.com/en/1.8/faq/help/" rel="nofollow">https://docs.djangoproject.com/en/1.8/faq/help/</a> for pointers, which includes an IRC channel.
Hacker News isn't really intended for asking questions like this (see the Guidelines link at the bottom of the page - this post doesn't meet the "interesting" condition). Have you tried posting on StackOverflow?