Tutorial App
help app
版本管理工具
作者: n5321
pip install django-reversion -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
python manage.py createinitialrevisions
python manage.py deleterevisions tutorials.Tutorial
django-reversion不错。逻辑严密,直接可用!
我的tutorial写成什么样子?!easy-thumnail怎么用?原来是用在bookshare app上!
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
豆包推荐换这个地址,速度就没问题了。
确实是一个非常好用的version control tool!
console.log(tutorialChapter); // 检查是否能够获取到该元素
http://127.0.0.1:8000/newchapter/
逻辑上应该做一点小小的更改!
1:生成tutorial