diff options
| author | 0livd <0livd@users.noreply.github.com> | 2017-06-28 00:04:47 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2017-06-28 00:04:47 +0200 |
| commit | 603ac10d6eb485c9a95f253a14d4967f4aafbfa3 (patch) | |
| tree | dec2d60bc1a083a363d311994a051b983c4ca55d /CHANGELOG.rst | |
| parent | 2ad4ef5466fa656b26a89d0c59bfd35bf784a76f (diff) | |
| download | ihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.zip ihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.tar.gz ihatemoney-mirror-603ac10d6eb485c9a95f253a14d4967f4aafbfa3.tar.bz2 | |
Turn the WSGI file into a python module (#240)
* Turn the WSGI file into a python module
* Update conf files to use the new wsgi module
Apache and gunicorn now use the same entrypoint
* Update Changelog
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6f475e6..33e1de5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ This document describes changes between each past release. ### Changed - **BREAKING CHANGE** Use a hashed ``ADMIN_PASSWORD`` instead of a clear text one, ``./budget/manage.py generate_password_hash`` can be used to generate a proper password HASH (#236) +- **BREAKING CHANGE** Turn the WSGI file into a python module, renamed from budget/ihatemoney.wsgi to budget/wsgi.py. Please update your Apache configuration! +- Changed the recommended gunicorn configuration to use the wsgi module as an entrypoint + ### Removed |
