赞
踩
github: django-simple-history
$ pip install django-simple-history
INSTALLED_APPS = [
# ...
'simple_history',
]
MIDDLEWARE = [
# ...
'simple_history.middleware.HistoryRequestMiddleware',
]
在models中
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。