I don't know if this has already been discussed somewhere, but when I attempt to edit/add a model instance via the django admin interface, I get a standard "500 Server Error" error page, whereas with DEBUG=True, I can add/remove/modify model instances with no error. When DEBUG=False, then I can still log into the main django admin page, and get the list of models, but as I said, clicking on any of them / trying to modify them fails.
Furthermore, this "DEBUG dependent" behavior does not occur when running the dev-server locally. Also, in case it matter, I have the app URLS set to "secure: always" in the app.yaml file. If anybody has ideas as to why this might occur, or how to correct it, I would be grateful. -- You received this message because you are subscribed to the Google Groups "app-engine-patch" 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/app-engine-patch?hl=en.
