stephenmuss / django-ios-notifications

Django iOS Notifications makes it easy to send push notifications to iOS devices
Other
230 stars 72 forks source link

AttributeError: 'super' object has no attribute 'connect' when running call_feedback_service #46

Closed awidgery closed 10 years ago

awidgery commented 10 years ago

When running ./manage.py call_feedback_service --feedback-service=1 I get the error: AttributeError: 'super' object has no attribute 'connect'

It seems to be related to this: http://stackoverflow.com/questions/6075758/python-super-object-has-no-attribute-attribute-name

But I can't work out why the code's doing it. Am running 0.1.5 on Django 1.5.1.

Thanks!

stephenmuss commented 10 years ago

Hi @awidgery, I believe this has already been resolved.

the connect method was renamed to _connect and there was one place where the name was not correctly changed over.

Try installing Django iOS notifications directly from git head and you shouldn't have any problems.