https://github.com/the5fire/typeidea
Django企业开发实战对应项目代码
https://github.com/the5fire/typeidea
django django-blog
Last synced: 5 months ago
JSON representation
Django企业开发实战对应项目代码
- Host: GitHub
- URL: https://github.com/the5fire/typeidea
- Owner: the5fire
- License: other
- Created: 2017-07-30T10:37:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T02:09:04.000Z (over 3 years ago)
- Last Synced: 2023-11-07T17:19:56.856Z (over 2 years ago)
- Topics: django, django-blog
- Language: Python
- Homepage: http://django-practice-book.com/
- Size: 257 KB
- Stars: 427
- Watchers: 21
- Forks: 213
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Typeidea 介绍
这个是完整的博客系统,master代码是基于 Python3.6 和 Django2.0 开发。
也是[《Django企业开发实战》](http://django-practice-book.com/)图书和对应的一套[视频](http://django-practice-book.com/course.html)的代码。
不同的载体和章节的内容分别在不同的分支中,你可以通过分支名来区分是视频还是图书,以及对应的章节,比如:
分支 ``book/05-initproject`` 就是对应的图书的第五章的代码,``book/06-admin`` 就是对应的第六章的代码。
而对应的 ``chapter7``、``chapter8``这样的是视频章节对应的代码。