On Aug 28, 2:48 pm, Joel Klabo <[email protected]> wrote: > All the files are shown here:http://gist.github.com/554724 > > I don't know what I'm doing wrong but I'm still getting 500
Go look in the Apache error log for the reason for the error and post that here. Better still, go watch the mod_wsgi presentation linked from the wiki tab on the mod_wsgi site as it goes through the errors you would get for a 500 error and tells you what to do. Most likely as pointed out by others, it is because sys.path is not set correctly, but there can be other reasons as well. Graham -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

