Skip to content

v3.2-0.7.1

Compare
Choose a tag to compare
@napulen napulen released this 07 Jun 14:38
· 630 commits to main since this release
297d317

Introducing some minor changes since v3.2-0.7.1:

  • Development and Production are now distinguished by the port serving the web app (8000 and 80, respectively)
    • One of the improvements in the Development set up is that it supports live editing the codebase, presenting the changes in the webserver of the container
    • Production runs with gunicorn, Development with runserver (django's web server)
  • The import_chants action in the admin interface doesn't take minutes anymore (which caused a timeout in the nginx reverse router)
    • Users now get immediate feedback (in a separate window) and the workload is transmitted on the backend
  • Bug fixes on the logic of session_data flushing, triggering solr_reindexing, and a couple others

Related pull requests

Full Changelog: v3.2-0.7.0...v3.2-0.7.1