bornhack-website/src/tickets
Florian Klink 95e04b3741 ShopTicket: use @property instead of get_orp() method
This looks much more natural when being used from inside templates.
2019-08-08 21:06:44 +02:00
..
migrations Ticket tokens and badge tokens can be blank since we generate them on save. Also use the correct method for generating badge tokens, and do a small regression test for that. 2019-08-03 22:53:01 +02:00
templates/pdf Templates fixes. 2019-08-08 11:38:08 +02:00
templatetags update tickets app with list and detail views 2017-08-19 22:06:32 +02:00
__init__.py Blackness. 2019-06-16 14:32:24 +02:00
admin.py Ticket tokens and badge tokens can be blank since we generate them on save. Also use the correct method for generating badge tokens, and do a small regression test for that. 2019-08-03 22:53:01 +02:00
apps.py Blackness. 2019-06-16 14:32:24 +02:00
factories.py Add "single_ticket_per_product" boolean to ticket types so we can control ticket creation. 2019-07-30 22:51:01 +02:00
models.py ShopTicket: use @property instead of get_orp() method 2019-08-08 21:06:44 +02:00
signals.py Blackness. 2019-06-16 14:32:24 +02:00
tests.py Ticket tokens and badge tokens can be blank since we generate them on save. Also use the correct method for generating badge tokens, and do a small regression test for that. 2019-08-03 22:53:01 +02:00
urls.py Blackness. 2019-06-16 14:32:24 +02:00
views.py Order tickets in account page. 2019-07-29 21:16:48 +02:00