Hi! I am quite new when it comes to Django and Python. I am responsible for a rather disfunctional Django website package which is rather messy (I have this confirmed by an experienced Django/Pyton developer who took a look at it). The system is in use serving a school organisation.
My most acute problem right now is to find a way to trace why a page on our web suddenly quit showing up, going to the url just loads for a while and then stops with nothing showing up, just blank white. This page was working perfectly before we did a supervisorctl restart after a power failure, and it is still visible in Django admin. The rest of the web is working properly. What can I possibly do to find out what's causing this? How can I trace errors like this one in a Django system? The system is Django 1.3, Python 2.7.3, PostgreSQL, Nginx. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/99f2b771-4474-455a-b090-84991ee8ea6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

