I have a small Django app that until now has been used simply for access to the data (in MySQL) for doing computations/reporting and outputting results to files. Have not been using the ADMIN module or Dev server or anything. Now that hard part of this work, I'm starting to get the admin app going.
All the tables from the model are registered (admin.site.register(CLASSNAMEHERE)). All works but for two out of a dzon of the classes (tables in MySQL). For those two when I click the link in the admin page using latest version of Apple Mac Safari, *both* Safari and the dev server crash. I can't tell which causes which, and frankly find it odd that either to affect the other like this. Running Django 1.2.1 and Python 2.6.1 Any ideas? -- 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.

