Skip to content

Feature/fix media path#52

Nicola Jordan requested to merge feature/fixMediaPath#52 into develop

Created by: wasabideveloper

Replaced hand coded file path handling by django storage. @njordan-hsr What do you think about this solution? I think it's better than the solution we spoke about yesterday.

  • ran manage.py check
  • ran manage.py test
  • ran flake8
  • views tested by hand:
    • /orders
    • /orders/new [GET]
    • /orders/new [POST]
    • /downloads
    • /downloads/{uuid}

Merge request reports