Commit graph

9 commits

Author SHA1 Message Date
ef353d643c 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.
2011-09-09 21:21:37 +02:00
801802836a Start working on archive management 2011-09-09 19:14:19 +02:00
7d60bee0ef Re-design (Fixes #19) 2011-08-21 01:42:10 +02:00
28a3abf96d No need anymore to pass the project_id to the urls.
The project is now directly added to the context local g object, and injected on the fly into the urls that need it.

This commits also add ideas found while reading the flask documentation. The project can be enhanced in many ways, some ideas are stated there.
2011-08-19 23:44:54 +02:00
548101d8bb Some more theming and fixes. 2011-07-31 23:55:02 +02:00
2df6e11f05 Adding a bill is now working properly 2011-07-31 00:41:28 +02:00
Frédéric Sureau
e9b9a06779 Adding bill works 2011-07-29 17:14:33 +02:00
4fcaf7d7ec Kick-start multiple projects support.
This commit adds:
* support for projects (creation not yet finished)
* an authentication mechanism
* bugs (basically all the features are not working anymore)
2011-07-23 15:54:23 +02:00
de708ce3ef reshape the folder structure. Add conf files 2011-03-10 17:32:53 +00:00
Renamed from templates/add_bill.html (Browse further)