correct timedelta
This commit is contained in:
parent
c6e84b8cb4
commit
3b318cf623
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class Command(MyBaseCommand):
|
||||||
created_by=Account.objects.get(trigramme='000'),
|
created_by=Account.objects.get(trigramme='000'),
|
||||||
name='Chaudron',
|
name='Chaudron',
|
||||||
valid_from=timezone.now(),
|
valid_from=timezone.now(),
|
||||||
valid_to=timezone.now() + timedelta(years=1)
|
valid_to=timezone.now() + timedelta(days=365)
|
||||||
)
|
)
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
Loading…
Reference in a new issue