/web-02

Web flow, 2nd course

Primary LanguagePython

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