Feature/fix media path#52
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}