mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 07:42:23 +01:00
Changed cache location for userstats.
Settings needs to be added:
'userstats': {
'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
'OPTIONS': { 'MAX_ENTRIES': 1500 },
},
This commit is contained in:
1
marietje/.gitignore
vendored
1
marietje/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/.idea/
|
||||
*.sqlite3
|
||||
settings.py
|
||||
Reference in New Issue
Block a user