Technical release notes 3.1.2ΒΆ

  • the file django.wsgi was moved from planop/apache to planop/configs: change the reference in your apache configuration file
  • new setting: REPORTS_EMAIL determines the e-mail address reports are sent from (default: reports@planop.be)
  • support for django 1.4, minimum is now 1.3
  • Static and Media handling was changed:
    • change the name of the UPLOAD_ROOT setting to MEDIA_ROOT
    • use the command python manage.py collectstatic after installation to copy the static media into the static files folder