From f003c61926251616b4f0f2b6cb86b3f9c9930662 Mon Sep 17 00:00:00 2001 From: Sanjay Sikdar <52757722+sannjayy@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:12:27 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50457f8..4f03f64 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ENABLE_SYSINFO = False # It will enable the system info. || pip install psutil ENABLE_DRF = False # It will enable the django rest framework || pip install djangorestframework djangorestframework-simplejwt ENABLE_SWAGGER = False # It Enables Swagger-UI || pip install drf-yasg USE_ASGI_MODE = False # Need to enable the redis for django channels || pip install 'channels[daphne]' -ENABLE_CRON_JOBS = False # Enables Django Crontab || pip install django_crontab +ENABLE_CRON_JOBS = False # Enables Django Crontab || pip install django-crontab ENABLE_CELERY = False # enables the celery || pip install celery ENABLE_CELERY_BEAT = False # Enables the celery beat || pip install django-celery-beat django-celery-results ENABLE_MONGO_ENGINE = False # pip install mongoengine