1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00
ihatemoney_ynh/budget
Alexis Metaireau 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
..
static Make flash messages go away after 2 seconds. 2011-08-10 23:55:07 +02:00
templates No need anymore to pass the project_id to the urls. 2011-08-19 23:44:54 +02:00
__init__.py Split the logic into different python modules: 2011-07-23 18:45:40 +02:00
default_settings.py Invite people after project creation. 2011-07-30 15:47:26 +02:00
forms.py Add some more tests about membership. (#14) 2011-08-10 17:49:35 +02:00
models.py Add some more tests about membership. (#14) 2011-08-10 17:49:35 +02:00
tests.py Add some more tests about membership. (#14) 2011-08-10 17:49:35 +02:00
utils.py Add a set_default argument to the get_billform_for function. 2011-08-10 19:47:06 +02:00
web.py No need anymore to pass the project_id to the urls. 2011-08-19 23:44:54 +02:00