Víðir Valberg Guðmundsson
|
47bf0fcdbf
|
Add a command to generate sponsor tickets.
|
2018-08-15 11:30:42 +02:00 |
|
Víðir Valberg Guðmundsson
|
4c60415336
|
Make each model which inherit from CampRelatedModel but doesn not have a direct relation, define a camp_filter. (#240)
|
2018-06-20 22:03:29 +02:00 |
|
Stephan Telling
|
df5e167376
|
add on_delete to all foreignkeys
|
2018-03-04 16:26:35 +01:00 |
|
Stephan Telling
|
8026dba14f
|
cleanup in sponsors/
|
2018-03-04 16:00:30 +01:00 |
|
Thomas Steen Rasmussen
|
d140155b63
|
remove unneeded imports from sponsors app
|
2018-03-04 14:41:51 +01:00 |
|
Thomas Steen Rasmussen
|
60c4bb49fb
|
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 |
|
Vidir Valberg Gudmundsson
|
d6a07110b7
|
"Just" use static files for logos.
|
2017-07-15 15:21:12 +02:00 |
|
Vidir Valberg Gudmundsson
|
7cd82ea3bb
|
Adding models to the sponsor.
|
2017-07-15 15:21:12 +02:00 |
|