portfolio_management / settings.py
huggingface112's picture
move files to normal tracking except .db
976166f
raw
history blame
212 Bytes
from datetime import timedelta
stream_frequency = timedelta(seconds=60)
TABLE_NAME_AND_FREQ = [
('benchmark_profile', timedelta(days=1)),
('portfolio_profile', timedelta(days=1))
]
COMPONENT_WIDTH = 375