It would appear to me that your missing the path to django in your environment. When you upgraded did you also upgrade to another version of Python, perhaps? Is the dist-packages/site-packages django folder in the same place it was?
On Thu, Apr 4, 2013 at 3:58 PM, Bastian <[email protected]> wrote: > I have tried with runserver and debug = True and it gives me the error but > when I turn off debug then the site loads fine. > Then I installed gunicorn and with debug = true and the error appears but > with debug = False the site loads fine but without the static content. > I don't know if this is a clue about something wrong in the static > settings or if it's just a setting in gunicorn. > > Any idea? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

