vicalloy / DPress

A simple blog powered by Django

Repository from Github https://github.comvicalloy/DPressRepository from Github https://github.comvicalloy/DPress

DPress

DPress is a simple blog powered by Django.

Features

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

Moment

Moment

About

A simple blog powered by Django


Languages

Language:Python 36.9%Language:CSS 33.1%Language:HTML 26.6%Language:JavaScript 2.8%Language:Makefile 0.5%