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