Tuesday, July 27, 2010

Re: "TypeError iteration over non-sequence" after deploying

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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment