aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2011-09-09 21:21:37 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2011-09-09 21:21:37 +0200
commitef353d643c274d19e7816e9cfa436e38f1d1edea (patch)
treece88603d11ed7b10015677db1ce97ad3cf23ec4e /README.rst
parent45dc6edacbc9cb771fd038cdc719fd953c1a6771 (diff)
downloadihatemoney-mirror-ef353d643c274d19e7816e9cfa436e38f1d1edea.zip
ihatemoney-mirror-ef353d643c274d19e7816e9cfa436e38f1d1edea.tar.gz
ihatemoney-mirror-ef353d643c274d19e7816e9cfa436e38f1d1edea.tar.bz2
Refactor the application to use blueprints.
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 47d7c36..8b32bb5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,6 @@
Budget-manager
##############
-:author: Alexis Métaireau, Frédéric Sureau
-:date: 10/03/2010
-:technologies: Python, Flask, SQLAlchemy, WTForm
-
This is a really tiny app to ease the shared houses budget management. Keep
track of who bought what, when, and for who to then compute the balance of each
person.
@@ -18,7 +14,7 @@ To make it run, you just have to do something like::
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cd budget
- $ python web.py
+ $ python run.py
Deploy it
=========