Skip to content

Commit

Permalink
Update .env.Example
Browse files Browse the repository at this point in the history
  • Loading branch information
sannjayy authored Jul 7, 2024
1 parent f003c61 commit 3d73971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.Example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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

Expand Down

0 comments on commit 3d73971

Please sign in to comment.