pinax / pinax-starter-projects

Pinax Starter Projects
MIT License
81 stars 39 forks source link

[Team Wiki] AttributeError: type object 'Membership' has no attribute 'STATE_MEMBER' #3

Open cassidoo opened 8 years ago

cassidoo commented 8 years ago

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
paltman commented 8 years ago

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.

ossanna16 commented 8 years ago

@paltman Is this still an issue or can this be closed?