DPress is a simple blog powered by Django.
- site url: http://dpress.sinaapp.com/
- admin url: http://dpress.sinaapp.com/admin/
- username: guest
- password: guest
- Markdown
- use EpicEditor as Markdown Editor.
- 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 for "python manage.py "
- $mg syncdb
- $mg migrate
- $mg runserver
- DPress Admin http://127.0.0.1:8000/admin/
- DPress http://127.0.0.1:8000/
- copy sites/settings/pre.sample to sites/settings/pre.py and config it.
- copy sites/settings/local.sample to sites/settings/local.py and config it.
- moment is a theme designed by Hsiaoming Yang
- copy sites/settings/pre.sample to sites/settings/pre.py
- modify pre.py and set "SETTINGS = 'theme_moment'"