DPress is a simple blog powered by Django.
- Markdown
- DISQUS
- Code Highlight. Syntax: Fenced Code Blocks
- use Django FileBrowser to upload files.
- use flatpages to manage custom page.
- GOOGLE ANALYTICS
- RSS
- Tags
- Clone DPress repository from git://github.com/vicalloy/DPress.git
- install virtualenv: pip install virtualenv
- use scripts env.rc(
source env.rc
) to create and start DPress environment. $mg
is a shortcut forpython manage.py
$mg migrate
$mg runserver
- DPress Admin http://127.0.0.1:8000/admin/
- DPress http://127.0.0.1:8000/
- copy
dpress_site/settings/local.sample
todpress_site/settings/local.py
and config it.