A web-based app for planning and visualizing faculty loads.
- Uses Canvas2PDF, PDFKit and blob-stream to convert html canvas elements into pdf (these are licensed under the MIT license).
- Portions of code were used from django-registration, which is licenseced under the MIT (BSD?) license.
- This post was also found to be helpful when implementing the password reset functionality.