pinax-starter-projects
pinax-starter-projects copied to clipboard
[Team Wiki] AttributeError: type object 'Membership' has no attribute 'STATE_MEMBER'
I'm on the team-wiki
branch and out of the box when you try to join a team, this error shows up:
AttributeError at /t/exampleteam/join/
type object 'Membership' has no attribute 'STATE_MEMBER'
Request Method: POST
Request URL: http://localhost:8000/t/exampleteam/join/
Django Version: 1.8.5
Exception Type: AttributeError
Exception Value:
type object 'Membership' has no attribute 'STATE_MEMBER'
Exception Location: .../lib/python2.7/site-packages/teams/views.py in team_join, line 106
Python Version: 2.7.5
I think this was a bug with pinax-teams
at one point. I have seen it before but don't remember the details. It should certainly be resolved before we tag team-wiki
as a release.
@paltman Is this still an issue or can this be closed?