Home  >  Q&A  >  body text

python - django 实现用户的操作日志

django 项目,生成表单记录用户的的操作日志。
请教该如何实现?

比如用户管理模块:

django Signals 如何应用?

PHP中文网PHP中文网2741 days ago1151

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-17 17:59:21

    Write a decorator to store the operation information when the method is executed. The operation information is taken from the decorated parameters and decorated methods

    reply
    0
  • Cancelreply