Files
MarietjeDjango/marietje/.gitignore
oslomp 0140119828 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 },
    },
2018-12-14 23:23:46 +01:00

3 lines
29 B
Plaintext

/.idea/
*.sqlite3
settings.py