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:
oslomp
2018-12-14 23:23:46 +01:00
parent d99f12491c
commit 0140119828
3 changed files with 4 additions and 3 deletions

1
marietje/.gitignore vendored
View File

@ -1,2 +1,3 @@
/.idea/
*.sqlite3
settings.py