}
}
-CACHE_TIMEOUT = 60*60*24
+CACHE_TIMEOUT = 60*60*72
# Name of cache backend to cache user agents. If it not specified default
# cache alias will be used. Set to `None` to disable caching.
period_name = options['period']
period = Period.objects.get(name=period_name)
- now_minus = datetime.datetime.now() - datetime.timedelta(minutes=5)
+ now_minus = datetime.datetime.now() - datetime.timedelta(minutes=30)
print(now_minus)
- now_plus = datetime.datetime.now() + datetime.timedelta(minutes=1)
+ now_plus = datetime.datetime.now() + datetime.timedelta(minutes=5)
print(now_plus)
conferences = Conference.objects.filter(