> TypeError: __init__() got an unexpected keyword argument
> 'filter_interface'
>
> Can someone please help me with this?
The application you're trying to use is not compatible with latest
django version. As you can see at:
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Movednewformstoforms,
there was a change with filter_interface some time ago and Surftrackr
doesn't reflect to this change yet.
You should use older django version and/or ask about this problem at
Surftrackr mailing list (if there is one)
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---