This repository contains the server-side code for the CS department quotes website at quotes.cs.cornell.edu. It is a Django 1.11 project (with a single application, "quotespage") deployed onto an Apache server running mod_wsgi, Python 2.7, and MySQL.
This project depends on the following Python modules, which should be available in the PYTHONPATH of the WSGI server:
- django-bleach
- django-cron
If you have a feature request or bug report, feel free to open an issue (on the "issues" tab above). You can also contribute by forking the repository and submitting a pull request.