Skip to content

Beta Release version 0.3.0-b01

Latest
Compare
Choose a tag to compare
@naztronaut naztronaut released this 05 Feb 05:17
· 67 commits to master since this release
  • Added support for Apache. Flask app can now be fronted by an Apache web server that doesn't need to be turned on every time.
    • Uses standalone WSGI implementation
    • Apache2 and libapache2-mod-wsgi-py3 dependencies added
  • Added util directory which contains activate_this.py and uptime.wsgi which are needed for Apache integration.
  • Fixed bug that required all queries to be committed in the reporting methods
  • Added table of contents to readme
  • Minor typo fixes
  • Other minor bug fixes