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 6e3834048b Use the relation table for "has_bills".
This fixes a bug related to the way we made joins to query q postgresql db.
I found that we didn't needed at all any join, so a simple lookup in the m2m relation table allows to speed up things.

Fix #44
2011-10-18 17:48:23 +02:00
..
static Paint sidebar in green. Close #34 2011-10-18 04:30:34 +02:00
templates Paint sidebar in green. Close #34 2011-10-18 04:30:34 +02:00
translations/fr/LC_MESSAGES translate 'each' as well 2011-10-15 02:53:09 +02:00
__init__.py I HAZ TO RUN TESTS BEFORE COMMITING 2011-10-14 15:48:31 +02:00
api.py Make the rest module a flask extension. 2011-10-17 17:30:57 +02:00
babel.cfg Translate the application using Flask-babel. 2011-10-15 01:19:19 +02:00
default_settings.py Fix some problems related to postgresql and models 2011-10-13 21:27:56 +02:00
epio.ini serve static files with nginx 2011-10-15 21:50:15 +02:00
forms.py Fix translations of forms. 2011-10-15 01:58:30 +02:00
messages.pot translate 'each' as well 2011-10-15 02:53:09 +02:00
models.py Use the relation table for "has_bills". 2011-10-18 17:48:23 +02:00
requirements.txt Make the rest module a flask extension. 2011-10-17 17:30:57 +02:00
run.py Add the ability to change the language explicitely. I'm not sure the UI is better with this. Any thoughts are welcome. Fix #35 2011-10-17 00:03:41 +02:00
tests.py Round the balance. Fix #1 2011-10-08 16:43:46 +02:00
utils.py merge with master 2011-10-08 13:45:05 +02:00
web.py Add the ability to change the language explicitely. I'm not sure the UI is better with this. Any thoughts are welcome. Fix #35 2011-10-17 00:03:41 +02:00