Commit graph

12 commits

Author SHA1 Message Date
0livd
59a050e020 Make ihatemoney Py2/3 compatible
Flask-wtf>=0.13 is now required and Form is replaced by FlaskForm
Py2/3 compatibility is assured by six
2017-03-17 19:37:57 +01:00
Jocelyn Delande
74995f9959 Handle migrations through alembic/flask-Migrations
Auto-initialization now applies migrations instead of using db. create_all()

fix #83
2016-05-31 12:10:53 +02:00
Jocelyn Delande
df215cbb79 nicely deprecates DEFAULT_MAIL_SENDER as it changed upstream for flask-mail>=0.8 2015-04-30 16:58:16 +02:00
Quentin
f2d0d19880 ihatemoney does not start anymore with flask-wtf 0.9: limit flask-wtf to version 0.8 in requirements.txt 2013-08-23 14:15:19 +02:00
A.Avenel
bfea4e436f update for flask 0.9 2013-02-18 19:18:49 +01:00
b3ce91c79f add sentry support 2012-06-10 01:49:01 +02:00
ea29704819 jinja2.6 is required 2011-11-27 04:33:15 +01:00
435ec2626d Make the rest module a flask extension.
It's now flask_rest.
2011-10-17 17:30:57 +02:00
f61d1432c7 Translate the application using Flask-babel.
The only translation so far is french, but more can be added. The browser language
is used thanks to the HTTP languages headers.

There are still some problems with the translation of some strings, I don't know
why this is. See #12
2011-10-15 01:19:19 +02:00
20f905a5c0 put back requirements.txt in budget 2011-10-13 23:05:53 +02:00
f0f73a3c8b move requirements.txt 2011-10-13 22:54:58 +02:00
fdb75316d6 Coerce the payer choice to int, default is unicode 2011-10-13 20:20:11 +02:00