Forums

Error add data with the admin of django to my bd

Hello i can add data with my metod in the bd but i cant use the admin of django to add data in my bd, in my computer not have the problem but in the server i obtained this error. please see the image

I can not find what the problem help please!

this is the error image: http://prntscr.com/74i0eq

I can't really tell anything from that, but a quick google search for :django admin stopiteration "no exception message supplied"

suggests a few possibilities that you could investigate that may or may not apply to your app. In general, it looks like that happens with localisation or internationalisation code so it may be somehow related to character encodings.

Helló glen thanks for your answer, i fix this error in the morning the problem is one error of django 1.7 with the presentation of the manytomany fields data. Thanks for all.