On maandag 4 juni 2018 12:58:39 CEST Gerald Brown wrote: > I have been using ./manage.py shell for awhile and now all of a sudden it > has stopped working with the error "AttributeError: 'property' object has > no attribute '__dict__'". I get the same error with anything I enter after > the ./manage.py (i.e. runserver, dbshell, etc)
You most likely switched to Python 3. But a backtrace would help a lot to understand the cause. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3093672.KM6zN6OXxa%40fritzbook. For more options, visit https://groups.google.com/d/optout.

