from django.utils import timezone from datetime import timedelta def month_from_now(): return timezone.now() + timedelta(days=30)