bornhack-website/src/camps
Thomas Steen Rasmussen fe4e47edb0 add a related_name for the camp relation for TeamArea, and a teams property to Camp model to make it easier to get all teams under all teamareas, also add exclude=None to the validate_unique call in our CleanedModel class 2018-03-04 12:48:35 +01:00
..
management move createcamp script to camps app 2017-06-04 13:08:59 +02:00
migrations fix #147 2017-08-14 19:10:58 +02:00
templates add teamtask support 2017-11-23 23:09:14 +01:00
__init__.py Revert "remove __init__.py files" 2017-02-02 00:18:23 +01:00
admin.py move code to src/ folder 2017-01-30 12:06:49 +01:00
context_processors.py handle the times when we have no resolver_match 2017-02-19 23:12:15 +01:00
mixins.py split team management into seperate page, fix a few small things 2017-05-24 07:49:32 +02:00
models.py add a related_name for the camp relation for TeamArea, and a teams property to Camp model to make it easier to get all teams under all teamareas, also add exclude=None to the validate_unique call in our CleanedModel class 2018-03-04 12:48:35 +01:00
utils.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
views.py Camp redirect has to account for an ongoing camp. 2017-08-22 14:35:49 +02:00