some more details:
Exception Type: TypeError
Exception Value: iteration over non-sequence
Exception Location: ../projects/django/contrib/admin/sites.py in
register, line 76
and /django/contrib/admin/sites.py:
74 if isinstance(model_or_iterable, ModelBase):
75 model_or_iterable = [model_or_iterable]
76 for model in model_or_iterable:
77 if model in self._registry:
78 raise AlreadyRegistered('The model %s is already
registered' % model.__name__)
thanks.
_y
--
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.