bornhack-website/src/teams
Thomas Steen Rasmussen 03fc20a459 add missing migrations after cleanup and adding of on_delete to all foreignkeys 2018-03-18 09:07:34 +01:00
..
migrations add missing migrations after cleanup and adding of on_delete to all foreignkeys 2018-03-18 09:07:34 +01:00
templates Only responsible people should see the edit task button. 2017-11-25 13:26:09 +01:00
templatetags add membership status on team detail and list view 2017-04-14 16:16:00 +02:00
__init__.py Teams (#100) 2017-03-31 17:29:28 +02:00
admin.py Create new CampPropertyListFilter based on admin.SimpleListFilter to use for admin filtering of CampRelatedModels where self.camp is a property instead of a real field. Change the Team models camp field to a property, and make the Team model use the new CampPropertyListFilter in the admin. Change the BaseTicket model to being a CampRelatedModel and add a camp property, also, while here move ticket_created signal to signals.py, connect it in apps.py and rename it to ticket_updated. Change Sponsor model to being a CampRelatedModel and add a camp property. 2018-03-04 12:04:07 +01:00
apps.py Teams (#100) 2017-03-31 17:29:28 +02:00
email.py rename send email to add email and log on error 2017-05-21 20:15:27 +02:00
forms.py start work on #123 2017-05-21 16:06:34 +02:00
models.py add on_delete to all foreignkeys 2018-03-04 16:26:35 +01:00
urls.py create and edit tasks 2017-11-25 13:02:32 +01:00
views.py Should be team_slug, not slug (#201) 2018-03-04 16:34:10 +01:00