team managment
This commit is contained in:
parent
c54dda8dc5
commit
b2b9144cbd
9 changed files with 291 additions and 9 deletions
|
@ -13,6 +13,8 @@ EditProjectForm = modelform_factory(Project,
|
|||
fields=['display_name', 'description', 'public'])
|
||||
LabelForm = modelform_factory(Label,
|
||||
fields=['name', 'color', 'inverted'])
|
||||
TeamForm = modelform_factory(Team,
|
||||
fields=['name', 'users', 'groups'])
|
||||
|
||||
|
||||
class MilestoneForm(forms.ModelForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue