I want to check time continuously (maybe using multi threading) and if it is 12 midnight I want to update database. Where should I put these kind of logic in django project. Is it okay to put these king of code in manage.py?
Asked
Active
Viewed 17 times