首页 开发技术 Python     /    基于Django1.9.5开发一个简单的博客系统

基于Django1.9.5开发一个简单的博客系统

上传者: u014401187 | 上传时间:2018/11/17 19:54:49 | 文件大小:29KB | 文件类型:zip
基于Django1.9.5开发一个简单的博客系统
1.页面美化,加入了自定义样式和最新bootstrap2.文章评论功能,并且显示每篇文章的评论数3.文章标签,侧边栏会显示标签云,具体还有一个实现标签云的算法4.分类目录,最新文章,评论列表的显示5.文章归档功能,按照月份归档6.实现抢手文章功能,根据点击率来排名7.文章的分页显示,每页大小可后台设置8.给文章评分,顶和踩9.全文搜索功能10.引入富文本编辑器,让格式更漂亮,并支持代码高亮等功能11.全面集成redis缓存系统,提升系统速度12.i18n国际化13.集成xadmin的后台管理系统,管理员维护博客。

文件下载

资源详情

[{"title":"(43个子文件29KB)基于Django1.9.5开发一个简单的博客系统","children":[{"title":"hello_django","children":[{"title":"runserver.bat <span style='color:#111;'>38B</span>","children":null,"spread":false},{"title":"static","children":[{"title":"css","children":[{"title":"blog.css <span style='color:#111;'>817B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"db.sqlite3 <span style='color:#111;'>41.00KB</span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'>535B</span>","children":null,"spread":false},{"title":"hello_django","children":[{"title":"view.py <span style='color:#111;'>102B</span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"__init__.cpython-35.pyc <span style='color:#111;'>159B</span>","children":null,"spread":false},{"title":"view.cpython-35.pyc <span style='color:#111;'>340B</span>","children":null,"spread":false},{"title":"wsgi.cpython-35.pyc <span style='color:#111;'>590B</span>","children":null,"spread":false},{"title":"settings.cpython-35.pyc <span style='color:#111;'>2.46KB</span>","children":null,"spread":false},{"title":"urls.cpython-35.pyc <span style='color:#111;'>1.08KB</span>","children":null,"spread":false}],"spread":true},{"title":"wsgi.py <span style='color:#111;'>401B</span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"settings.py <span style='color:#111;'>3.30KB</span>","children":null,"spread":false},{"title":"urls.py <span style='color:#111;'>903B</span>","children":null,"spread":false}],"spread":true},{"title":"manage.py <span style='color:#111;'>265B</span>","children":null,"spread":false},{"title":"blog","children":[{"title":"models.py <span style='color:#111;'>557B</span>","children":null,"spread":false},{"title":"apps.py <span style='color:#111;'>83B</span>","children":null,"spread":false},{"title":"templates","children":[{"title":"blog","children":[{"title":"post_list.html <span style='color:#111;'>881B</span>","children":null,"spread":false},{"title":"post_edit.html <span style='color:#111;'>266B</span>","children":null,"spread":false},{"title":"base.html <span style='color:#111;'>957B</span>","children":null,"spread":false},{"title":"post_detail.html <span style='color:#111;'>643B</span>","children":null,"spread":false},{"title":"post_draft_list.html <span style='color:#111;'>392B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"__pycache__","children":[{"title":"models.cpython-35.pyc <span style='color:#111;'>1005B</span>","children":null,"spread":false},{"title":"__init__.cpython-35.pyc <span style='color:#111;'>151B</span>","children":null,"spread":false},{"title":"forms.cpython-35.pyc <span style='color:#111;'>614B</span>","children":null,"spread":false},{"title":"admin.cpython-35.pyc <span style='color:#111;'>274B</span>","children":null,"spread":false},{"title":"urls.cpython-35.pyc <span style='color:#111;'>720B</span>","children":null,"spread":false},{"title":"views.cpython-35.pyc <span style='color:#111;'>2.46KB</span>","children":null,"spread":false}],"spread":true},{"title":"__init__.py <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"migrations","children":[{"title":"0003_auto_20160620_1620.py <span style='color:#111;'>499B</span>","children":null,"spread":false},{"title":"__pycache__","children":[{"title":"0002_auto_20160620_1618.cpython-35.pyc <span style='color:#111;'>696B</span>","children":null,"spread":false},{"title":"0001_initial.cpython-35.pyc <span style='color:#111;'>1.21KB</span>","children":null,"spread":false},{"title":"__init__.cpython-35.pyc <span style='color:#111;'>162B</span>","children":null,"spread":false},{"title":"0003_auto_20160620_1620.cpython-35.pyc <span style='color:#111;'>742B</span>","children":null,"spread":false}],"spread":false},{"title":"0002_auto_20160620_1618.py <span style='color:#111;'>450B</span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"0001_initial.py <span style='color:#111;'>1.03KB</span>","children":null,"spread":false}],"spread":true},{"title":"views.py <span style='color:#111;'>2.83KB</span>","children":null,"spread":false},{"title":"admin.py <span style='color:#111;'>85B</span>","children":null,"spread":false},{"title":"tests.py <span style='color:#111;'>60B</span>","children":null,"spread":false},{"title":"urls.py <span style='color:#111;'>573B</span>","children":null,"spread":false},{"title":"forms.py <span style='color:#111;'>166B</span>","children":null,"spread":false}],"spread":false},{"title":"readme.txt <span style='color:#111;'>114B</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • Ameng404:
    不错的资源可以借鉴不错的资源可以借鉴不错的资源可以借鉴2018-03-07
  • Iainshen:
    不错的资源可以借鉴2018-01-01
  • wpeng45:
    不错的资源,可以借鉴2017-01-04
  • qwe282264202:
    这个真的非常好,借鉴意义蛮大.2016-08-17

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明