I've been wresting with this one for a couple hours now trying to
track it down, but no luck.  I'm recently updated to django trunk and
getting very odd reponses.  I could take the same page and refresh it
several times in succession and eventually get the page, but usually
get 500 errors.  What would cause that?

http://multimedia.journalism.berkeley.edu/training/projects/

I also restarted/stop/started and removed all .pyc files from my
project, installed apps and django just for good measure.

 I managed to get the traceback while in debug mode that raises a
FieldError:
http://dpaste.com/59999/

Here's the wrapped generic view that is being called:
http://dpaste.com/60002/

Here's the model:
http://dpaste.com/60005/

I also have copied the production database into a dev environment
using the built-in webserver and verified  code versions are the same
(django and my project). I cannot replicate the problem in dev
environment so it's kind of a pain to debug.  Not sure what other
software components to look at that would squelch or avoid the error
in my dev environment.  The only main difference is I'm using the
built-in webserver and MySQL5 instead of MySQL4.

Any help is greatly appreciated,

--
Milan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to