First time here? Check out the FAQ!

Revision history  [back]

The file you said is empty.

When I get into the site first is see:

HttpResponseRedirect

Location: /questions/

The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes. You can click the above link to continue with the redirect as normal. If you'd like to disable this feature, set the DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False.

Then I click on /questions/ and I see a lot of stuff, but I think the most important si this:

TemplateSyntaxError at /questions/

Caught DatabaseError while rendering: for SELECT DISTINCT, ORDER BY expressions must appear in select list LINE 1: ...author_id") WHERE ("question"."id" IN (1)) ORDER BY RANDOM()

Want me to put the entire thing here?