This commit is contained in:
Ludovic Stephan 2017-02-08 15:29:40 -02:00
parent 4e62eb0aee
commit c6e84b8cb4

View file

@ -86,7 +86,7 @@ class Command(MyBaseCommand):
# ---
checkout = Checkout.objects.get_or_create(
created_by=Account.objects.get(username='Moralelastix'),
created_by=Account.objects.get(trigramme='000'),
name='Chaudron',
valid_from=timezone.now(),
valid_to=timezone.now() + timedelta(years=1)