Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 745 Bytes

README.rst

File metadata and controls

49 lines (32 loc) · 745 Bytes

Chitatel

https://travis-ci.org/learnpython/web-02.png?branch=master

Google Reader clone built on top of Python 2.7 and Django 1.5.

Requirements

Installation

$ make bootstrap
$ make createdb
$ make syncdb

Running

Development web server

$ make devserver

Gunicorn web server

$ make server

Tests

$ make test