I install django_celery_beat app in Django settings.py file INSTALLED_APPS = [ ..., 'django_celery_beat', ] It has its own locale dir. As I understand I need
I want to schedule a task which repeats every 2 weeks on Monday and Friday. I want to know how can we create the expression of it through django-celery-beat cro