Documentacion

This commit is contained in:
2025-10-22 19:08:08 -06:00
parent 0e0572125a
commit 91ab38fc91
3 changed files with 585 additions and 6 deletions

View File

@@ -1,11 +1,5 @@
# Celery Beat Schedule
from celery.schedules import crontab
CELERY_BEAT_SCHEDULE = {
}
"""
Django settings for config project.
@@ -31,6 +25,14 @@ smtplib.SMTP_SSL.default_context = ssl._create_unverified_context
from dotenv import load_dotenv
import re
# Celery Beat Schedule
from celery.schedules import crontab
CELERY_BEAT_SCHEDULE = {
}
# Cargar variables de entorno desde un archivo .env
load_dotenv()