bornhack-website/src/tickets
Thomas Steen Rasmussen 48952c5463 add used_time to BaseTicket model so we know when tickets were checked in/used 2021-08-02 20:11:36 +02:00
..
management brush the dust off of the event system, add a new eventtype ticket_stats, add a management command to post ticket stats to irc, add a backoffice view showing ticket stats 2021-07-21 18:53:53 +02:00
migrations add used_time to BaseTicket model so we know when tickets were checked in/used 2021-08-02 20:11:36 +02:00
templates/pdf add event dates and venue address to ticket pdf template 2020-07-28 22:56:03 +02:00
templatetags add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
__init__.py Blackness. 2019-06-16 14:32:24 +02:00
admin.py remove FK from ShopTicket to Order and replace with an FK to OrderProductRelation 2021-07-29 09:03:52 +02:00
apps.py brush the dust off of the event system, add a new eventtype ticket_stats, add a management command to post ticket stats to irc, add a backoffice view showing ticket stats 2021-07-21 18:53:53 +02:00
factories.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
models.py add used_time to BaseTicket model so we know when tickets were checked in/used 2021-08-02 20:11:36 +02:00
tests.py remove FK from ShopTicket to Order and replace with an FK to OrderProductRelation 2021-07-29 09:03:52 +02:00
urls.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
views.py fix ticket view after order<>opr change 2021-07-29 12:30:35 +02:00