Django:会话数据库表清理 [英] Django: session database table cleanup

查看:142
本文介绍了Django:会话数据库表清理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这个表需要清除,还是由Django自动处理?

Does this table need to be purged or is it taken care automatically by Django?

推荐答案

Django不提供自动清除。然而,有一个方便的命令可以帮助您手动执行: https://docs.djangoproject.com/en/dev/topics/http/sessions/#clearing-the-session-store

Django does NOT provide automatic purging. There is however a handy command available to help you do it manually: https://docs.djangoproject.com/en/dev/topics/http/sessions/#clearing-the-session-store

python manage.py clearsessions

这篇关于Django:会话数据库表清理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆