Rework webapp models and add translation framework
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.utils import timezone
|
||||
from datetime import timedelta
|
||||
|
||||
|
||||
def month_from_now():
|
||||
return timezone.now() + timedelta(days=30)
|
||||
Reference in New Issue
Block a user