django-background-task icon indicating copy to clipboard operation
django-background-task copied to clipboard

A database-backed work queue for Django

Results 21 django-background-task issues
Sort by recently updated
recently updated
newest added

You do your logging setup via logging.basicConfig(). As per the python docs: "This function does nothing if the root logger already has handlers configured for it." So if I have...