文件名称:my_blog_tutorial-master
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用python搭建个人博客的教程,简单明了,附带模板-create personal blog with python
(系统自动生成,下载前可以参看下载内容)
下载文件列表
my_blog_tutorial-master
.......................\.gitignore
.......................\LISENCE
.......................\Procfile
.......................\README.md
.......................\article
.......................\.......\__init__.py
.......................\.......\admin.py
.......................\.......\migrations
.......................\.......\..........\0001_initial.py
.......................\.......\..........\0002_auto_20141227_1132.py
.......................\.......\..........\0003_auto_20141227_1138.py
.......................\.......\..........\0004_auto_20150611_1823.py
.......................\.......\..........\__init__.py
.......................\.......\models.py
.......................\.......\templatetags
.......................\.......\............\__init__.py
.......................\.......\............\custom_markdown.py
.......................\.......\tests.py
.......................\.......\views.py
.......................\db.sqlite3
.......................\manage.py
.......................\manni.css
.......................\monokai.css
.......................\my_blog
.......................\.......\__init__.py
.......................\.......\local_setting.py
.......................\.......\settings.py
.......................\.......\urls.py
.......................\.......\wsgi.py
.......................\requirements.txt
.......................\runtime.txt
.......................\templates
.......................\.........\aboutme.html
.......................\.........\archives.html
.......................\.........\base.html
.......................\.........\duoshuo.html
.......................\.........\home.html
.......................\.........\post.html
.......................\.........\tag.html