I'm working on my website and I've started hosting it with PythonAnywhere, and I have the entire website working great... except for one part: My blog. The blog half works, since I can go to certain page numbers, but I can't go to the root blog page without getting a Server Error 500. I'm using sqlite3 for my blog.
Here is the website URL: sonic2kk.pythonanywhere.com/ Here is the website blog URL: sonic2kk.pythonanywhere.com/blog/
Here is my settings.py file: http://pastebin.com/JPBNDfQc
If you go to "http://sonic2kk.pythonanywhere.com/blog/1", you'll see a test blog entry I made, so the path to my sqlite3 db is correct. I've ran syncdb I don't know how many times, and I am definitely refreshing the website each time I made a change.
Any idea why I'm getting this problem, and could you suggest a way for me to fix it?
Thanks!