Closed awidgery closed 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.
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!