AJout d'un outil pour gérer les caches
This commit is contained in:
parent
01387ff5b9
commit
7756198a39
@ -53,6 +53,7 @@ INSTALLED_APPS = [
|
|||||||
"django.contrib.postgres",
|
"django.contrib.postgres",
|
||||||
"robots",
|
"robots",
|
||||||
"debug_toolbar",
|
"debug_toolbar",
|
||||||
|
"cache_cleaner",
|
||||||
]
|
]
|
||||||
|
|
||||||
SITE_ID = 1
|
SITE_ID = 1
|
||||||
|
@ -41,3 +41,4 @@ json5==0.9.25
|
|||||||
django-location-field==2.7.3
|
django-location-field==2.7.3
|
||||||
django-robots==6.1
|
django-robots==6.1
|
||||||
django-debug-toolbar==4.4.6
|
django-debug-toolbar==4.4.6
|
||||||
|
django-cache-cleaner==0.1.0
|
Loading…
x
Reference in New Issue
Block a user