ajout de django-cron

This commit is contained in:
2024-04-12 14:24:48 +02:00
parent 70eb33f065
commit 5c03668bb1
2 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ INSTALLED_APPS = [
'django.contrib.admin',
'carnet_rouge.apps.CarnetRougeConfig',
'django_summernote',
'django-cron',
]
INSTALLED_APPS += ( 'apilog.apps.ApilogConfig',)

View File

@@ -18,3 +18,4 @@ recurring-ical-events
caldav
xhtml2pdf
fpdf
django-cron