Compare commits
3 Commits
6ccf84be26
...
e94d693a39
Author | SHA1 | Date | |
---|---|---|---|
e94d693a39 | |||
7a44660fc1 | |||
9ac3ffa540 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -159,3 +159,4 @@ cython_debug/
|
|||||||
core/static/admin
|
core/static/admin
|
||||||
core/static/debug_toolbar
|
core/static/debug_toolbar
|
||||||
Makefile
|
Makefile
|
||||||
|
static/
|
||||||
|
@ -196,7 +196,6 @@ CACHES = {
|
|||||||
"default": {
|
"default": {
|
||||||
"BACKEND": "django_redis.cache.RedisCache",
|
"BACKEND": "django_redis.cache.RedisCache",
|
||||||
# "LOCATION": "unix:///var/run/socks/redis.sock",
|
# "LOCATION": "unix:///var/run/socks/redis.sock",
|
||||||
"LOCATION": f"redis://{REDIS_HOST}:{REDIS_PORT}",
|
|
||||||
"LOCATION": "unix:///var/run/redis.sock",
|
"LOCATION": "unix:///var/run/redis.sock",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"db": REDIS_DB,
|
"db": REDIS_DB,
|
||||||
|
@ -387,5 +387,5 @@ services:
|
|||||||
# external: true
|
# external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
fisk_static: {}
|
# fisk_static: {}
|
||||||
fisk_redis_data: {}
|
fisk_redis_data: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user