From 3a4282fd75e3b3317b2b08b4aa2e6ac154310e73 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Fri, 7 Jul 2017 00:06:56 +0200 Subject: Absolute imports & some other improvements (#243) * 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. --- ihatemoney/static/images/delete.png | Bin 0 -> 274 bytes ihatemoney/static/images/deleter.png | Bin 0 -> 226 bytes ihatemoney/static/images/edit.png | Bin 0 -> 258 bytes ihatemoney/static/images/glyphicons-halflings-white.png | Bin 0 -> 4352 bytes ihatemoney/static/images/glyphicons-halflings.png | Bin 0 -> 4352 bytes ihatemoney/static/images/gradient.png | Bin 0 -> 24656 bytes ihatemoney/static/images/reactivate.png | Bin 0 -> 259 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ihatemoney/static/images/delete.png create mode 100644 ihatemoney/static/images/deleter.png create mode 100644 ihatemoney/static/images/edit.png create mode 100644 ihatemoney/static/images/glyphicons-halflings-white.png create mode 100644 ihatemoney/static/images/glyphicons-halflings.png create mode 100644 ihatemoney/static/images/gradient.png create mode 100644 ihatemoney/static/images/reactivate.png (limited to 'ihatemoney/static/images') diff --git a/ihatemoney/static/images/delete.png b/ihatemoney/static/images/delete.png new file mode 100644 index 0000000..aa786a3 Binary files /dev/null and b/ihatemoney/static/images/delete.png differ diff --git a/ihatemoney/static/images/deleter.png b/ihatemoney/static/images/deleter.png new file mode 100644 index 0000000..04a23f3 Binary files /dev/null and b/ihatemoney/static/images/deleter.png differ diff --git a/ihatemoney/static/images/edit.png b/ihatemoney/static/images/edit.png new file mode 100644 index 0000000..02662fc Binary files /dev/null and b/ihatemoney/static/images/edit.png differ diff --git a/ihatemoney/static/images/glyphicons-halflings-white.png b/ihatemoney/static/images/glyphicons-halflings-white.png new file mode 100644 index 0000000..a20760b Binary files /dev/null and b/ihatemoney/static/images/glyphicons-halflings-white.png differ diff --git a/ihatemoney/static/images/glyphicons-halflings.png b/ihatemoney/static/images/glyphicons-halflings.png new file mode 100644 index 0000000..92d4445 Binary files /dev/null and b/ihatemoney/static/images/glyphicons-halflings.png differ diff --git a/ihatemoney/static/images/gradient.png b/ihatemoney/static/images/gradient.png new file mode 100644 index 0000000..ad148bf Binary files /dev/null and b/ihatemoney/static/images/gradient.png differ diff --git a/ihatemoney/static/images/reactivate.png b/ihatemoney/static/images/reactivate.png new file mode 100644 index 0000000..54c60c0 Binary files /dev/null and b/ihatemoney/static/images/reactivate.png differ -- cgit v1.1