mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 07:32:24 +01:00
small fixes
This commit is contained in:
@ -107,11 +107,6 @@ CACHES = {
|
||||
'LOCATION': '/var/tmp/MarietjeDjango_cache/default',
|
||||
'OPTIONS': {'MAX_ENTRIES': 1500},
|
||||
},
|
||||
'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