AJout d'un outil pour gérer les caches

This commit is contained in:
Jean-Marie Favreau 2024-09-14 22:28:08 +02:00
parent 01387ff5b9
commit 7756198a39
2 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@ INSTALLED_APPS = [
"django.contrib.postgres",
"robots",
"debug_toolbar",
"cache_cleaner",
]
SITE_ID = 1

View File

@ -40,4 +40,5 @@ bbcode==1.1.0
json5==0.9.25
django-location-field==2.7.3
django-robots==6.1
django-debug-toolbar==4.4.6
django-debug-toolbar==4.4.6
django-cache-cleaner==0.1.0