enable cache backend
This commit is contained in:
parent
3e14795d0b
commit
f4aa94f848
3 changed files with 11 additions and 0 deletions
|
|
@ -170,6 +170,13 @@ LOGGING = {
|
|||
}
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
'default': {
|
||||
'BACKEND': 'django.core.cache.backends.db.DatabaseCache',
|
||||
'LOCATION': 'cache',
|
||||
}
|
||||
}
|
||||
|
||||
AUTH_PROFILE_MODULE = 'user.UserProfile'
|
||||
AUTH_CHECK_USERNAME = True
|
||||
FFMPEG = 'ffmpeg'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue