| Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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.
|
|
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
|
|
|
|
field (with translation).
|
|
This allows to isolate some behavior in the context of the web application so
the API and the web application can behave in different ways.
|
|
The project is now directly added to the context local g object, and injected on the fly into the urls that need it.
This commits also add ideas found while reading the flask documentation. The project can be enhanced in many ways, some ideas are stated there.
|
|
|
|
|