portfolio_management / settings.py
huggingface112's picture
imp left_fill, right_fill and update log
2b059b0
raw
history blame
No virus
246 Bytes
from datetime import timedelta
stream_frequency = timedelta(seconds=60)
FREQUENCY = timedelta(hours=24)
TABLE_NAME_AND_FREQ = [
('benchmark_profile', timedelta(days=1)),
('portfolio_profile', timedelta(days=1))
]
COMPONENT_WIDTH = 375