mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Disable shop and waiting list after end of event
This commit is contained in:
@@ -24,7 +24,7 @@ def env(client):
|
||||
orga = Organizer.objects.create(name='CCC', slug='ccc')
|
||||
event = Event.objects.create(
|
||||
organizer=orga, name='30C3', slug='30c3',
|
||||
date_from=datetime.datetime(2013, 12, 26, tzinfo=datetime.timezone.utc),
|
||||
date_from=datetime.datetime(now().year + 1, 12, 26, tzinfo=datetime.timezone.utc),
|
||||
plugins='pretix.plugins.stripe',
|
||||
live=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user