mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 18:52:23 +01:00
added cache to settings file
This commit is contained in:
@ -102,6 +102,11 @@ CACHES = {
|
||||
'LOCATION': '/var/tmp/MarietjeDjango_cache/song_search',
|
||||
'OPTIONS': { 'MAX_ENTRIES': 1000 },
|
||||
},
|
||||
'userstats': {
|
||||
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
|
||||
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
|
||||
'OPTIONS': { 'MAX_ENTRIES': 1500 },
|
||||
},
|
||||
}
|
||||
|
||||
AUTH_USER_MODEL = 'marietje.User'
|
||||
|
||||
Reference in New Issue
Block a user