ihatemoney/budget
Jocelyn Delalande 95d0c71827 Use propper base64 encoding version for py3
Removes py3-only warning (this alias might be removed in future py3 version):

> DeprecationWarning: encodestring() is a deprecated alias, use encodebytes()
>  ('%s:%s' % (username, password)).encode('utf-8')).decode('utf-8').replace('\n', '')

py2-compatible change.
2017-03-29 15:31:28 +02:00
..
migrations Convert readthedocs links for their .org -> .io migration for hosted projects 2016-06-28 07:46:50 +01:00
static Prevent "Add new bill" button flickering 2017-02-09 16:49:01 +01:00
templates Remove unused archive feature 2017-03-19 20:16:06 +01:00
translations/fr/LC_MESSAGES Remove unused archive feature 2017-03-19 20:16:06 +01:00
__init__.py I HAZ TO RUN TESTS BEFORE COMMITING 2011-10-14 15:48:31 +02:00
api.py Use non-deprecated way to disable CSRF for API 2017-03-29 14:32:43 +02:00
babel.cfg Translate the application using Flask-babel. 2011-10-15 01:19:19 +02:00
default_settings.py Explicitly disables SQLALCHEMY_TRACK_MODIFICATIONS 2017-03-29 12:11:24 +02:00
forms.py Remove deprecated wtforms TextField 2017-03-29 15:11:40 +02:00
manage.py Remove ExtDeprecationWarning from manage.py 2017-03-29 15:15:47 +02:00
merged_settings.py Do not load user-overriden settings in unit tests. 2016-04-03 22:31:32 +02:00
messages.pot Remove unused archive feature 2017-03-19 20:16:06 +01:00
models.py Fix tab indentation 2017-03-12 22:23:24 +01:00
run.py Use app.root_path instead of __HERE__ 2017-03-29 00:07:53 +02:00
tests.py Use propper base64 encoding version for py3 2017-03-29 15:31:28 +02:00
utils.py Use propper base64 encoding version for py3 2017-03-29 15:31:28 +02:00
web.py Merge pull request #181 from 0livd/remove_archive 2017-03-20 14:00:51 +01:00