jira-290 cron job for expired task

This commit is contained in:
jain
2023-07-25 19:13:25 +05:30
parent 3cdd685ea8
commit 80843502a6
6 changed files with 33 additions and 3 deletions

View File

@ -61,6 +61,7 @@ INSTALLED_APPS = [
'django.contrib.postgres',
'rest_framework',
'fcm_django',
'django_celery_beat',
# Add your custom apps here.
'django_ses',
'account',