aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/edit_project.html
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07Integrate illustrations as a showcase (#544)Jojo1441-4/+4
Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363
2020-04-08merge settings and import to avoid clutter (#550)eMerzh1-7/+32
2019-08-26Move export form to linksBrice Maron1-8/+44
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-0/+19
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.