摘要: settings.py 1 CACHES = { 2 "default": { 3 "BACKEND": "django_redis.cache.RedisCache", 4 "LOCATION": "redis://192.168.10.129:6379/0", 5 "OPTIONS": { 6 阅读全文
posted @ 2020-08-05 22:22 Fmaj-7 阅读(152) 评论(0) 推荐(0)
摘要: 1 TINYMCE_DEFAULT_CONFIG = { 2 # // General options 3 'mode': 'textareas', 4 'theme': "advanced", 5 'plugins': "pagebreak,style,layer,table,save,advhr 阅读全文
posted @ 2020-08-05 14:04 Fmaj-7 阅读(391) 评论(0) 推荐(0)