Pybars: https://github.com/wbond/pybars3
run command: pip install pybars3
python manage.py runserver 0.0.0.0:8000
-v flag is optional
curl -v -F 'user=userName' -F 'title=fileTitle' -F 'file=@fileNAme' http://localhost:8000/upload/
Pybars: https://github.com/wbond/pybars3
run command: pip install pybars3
python manage.py runserver 0.0.0.0:8000
-v flag is optional
curl -v -F 'user=userName' -F 'title=fileTitle' -F 'file=@fileNAme' http://localhost:8000/upload/