ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Add UploadProfilePhotoHandler #183

Closed PlasmaIntec closed 3 years ago

PlasmaIntec commented 4 years ago

Make sure to modify line 210 in src/aswwu/route_handlers/mask.py to use the value of environment["developer"] so that the saved image can be found by ListProfilePhotoHandler

cherbel commented 3 years ago

Merged in #185