https://github.com/driftluo/djangopractice
练手的 Django 项目
https://github.com/driftluo/djangopractice
django python3
Last synced: 2 months ago
JSON representation
练手的 Django 项目
- Host: GitHub
- URL: https://github.com/driftluo/djangopractice
- Owner: driftluo
- Created: 2017-02-07T07:52:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T12:18:15.000Z (over 8 years ago)
- Last Synced: 2025-04-09T20:07:04.074Z (2 months ago)
- Topics: django, python3
- Language: Python
- Size: 407 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django 博客小项目
##版本:
Django 1.10.5
Python 3.6.0
##项目:
目前实现博客列表页、文章页、评论区及提交新评论。
CSS、js 等文件是用的 Bootstrap 源码,借用了一个样式,对前端的 CSS 等不是十分熟悉。
##设置
LANGUAGE_CODE = 'zh-Hans' #en-us
TIME_ZONE = 'Asia/Shanghai'
DATEBASES 增加"TIME_ZONE : 'Asia/Shanghai'"
STATICFIES_DIRS = [os.path.join(BASE_DIR, 'static')]
##功能
自制一个 filter,使用 markdown 模块,让博客文章体和评论体支持 markdown 编辑