Add cachalot to help fix slow views

This commit is contained in:
2023-01-17 13:09:43 -05:00
parent 77362d3207
commit 734aa6073b
3 changed files with 18 additions and 8 deletions

View File

@ -81,6 +81,7 @@ INSTALLED_APPS = [
"django_filters",
"django_extensions",
'rest_framework.authtoken',
"cachalot",
"scrobbles",
"videos",
"music",