aboutsummaryrefslogtreecommitdiff
path: root/budget/api.py
AgeCommit message (Collapse)AuthorFilesLines
2017-06-28Make all imports relative (#229)Alexis Metaireau1-3/+3
* Make all imports relative * Change the way the application runs in the Makefile * Import the default settings relatively * Fix manage.py imports
2017-03-29Use non-deprecated way to disable CSRF for APIJocelyn Delalande1-6/+6
See also https://github.com/lepture/flask-wtf/pull/287
2017-01-21Fix deprecation issues (ExtDeprecationWarning)Alexandre Avenel1-1/+1
2013-02-18update for flask 0.9A.Avenel1-1/+1
2012-03-06remove from blah import *Feth AREZKI1-6/+3
2011-11-27change the icons, simplify some javascriptAlexis Metaireau1-3/+4
2011-10-17Make the rest module a flask extension.Alexis Metaireau1-1/+1
It's now flask_rest.
2011-10-08merge with masterAlexis Metaireau1-2/+3
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-22/+24
2011-09-13API: Create and Update supportAlexis Metaireau1-14/+51
2011-09-13API: set the mimetype on the responseAlexis Metaireau1-0/+2
2011-09-13REST API is now able to list stuff \o/Alexis Metaireau1-32/+21
2011-09-13Add a serialization mechanismAlexis Metaireau1-1/+1
2011-09-11Add Handlers for members and bills.Alexis Metaireau1-5/+66
2011-09-11API first draft: utils. (related to #27)Alexis Metaireau1-0/+64
Introduces the "rest" module, with reusable utils for flask applications (will be packaged as a flask extension later on).