Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vicalloy/DPress

A simple blog powered by Django
https://github.com/vicalloy/DPress

blog blog-engine django

Last synced: about 2 months ago
JSON representation

A simple blog powered by Django

Awesome Lists containing this project

README

        

# DPress

DPress is a simple blog powered by Django.

## Features

+ [Markdown](http://daringfireball.net/projects/markdown/)
+ [DISQUS](http://disqus.com/)
+ Code Highlight. Syntax: [Fenced Code Blocks](http://packages.python.org/Markdown/extensions/fenced_code_blocks.html)
+ use [Django FileBrowser](https://github.com/sehmaschine/django-filebrowser) to upload files.
+ use [flatpages](https://docs.djangoproject.com/en/dev/ref/contrib/flatpages/) to manage custom page.
+ GOOGLE ANALYTICS
+ RSS
+ Tags

## Run on Django dev server

+ 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 migrate`
+ `$mg runserver`
+ DPress Admin http://127.0.0.1:8000/admin/
+ DPress http://127.0.0.1:8000/

## Config

+ copy `dpress_site/settings/local.sample` to `dpress_site/settings/local.py` and config it.

## Screenshots

### Default Theme

![Default Theme](https://raw.githubusercontent.com/vicalloy/dpress/master/screenshots/default.gif)

### Moment

![Moment](https://raw.githubusercontent.com/vicalloy/dpress/master/screenshots/moment.gif)