v3.2-0.7.1
Introducing some minor changes since v3.2-0.7.1
:
Development
andProduction
are now distinguished by the port serving the web app (8000
and80
, 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 withgunicorn
,Development
withrunserver
(django's web server)
- One of the improvements in the
- 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, triggeringsolr_reindexing
, and a couple others
Related pull requests
- Port 80 for production 8000 for staging by @eliwaksbaum in #461
- Add intermediate page after import chant action by @dchiller in #463
- Adding website version next to Cantus Ultimus link (top-left). by @napulen in #464
- Fix map folios submit button by @dchiller in #467
- Fixes a django error when saving changes to manuscript objects by @dchiller in #468
- Add command for clearing django session data by @dchiller in #470
- development editing by @eliwaksbaum in #466
Full Changelog: v3.2-0.7.0...v3.2-0.7.1