This is a Django project which allows you to test pull requests from your browser.
This project is no longer in use at Khan Academy.
Specify your repository by setting SANDCASTLE_USER
and
SANDCASTLE_REPO
in settings.py
. For example, setting up sandcastle
for this repository would look like:
SANDCASTLE_USER = 'jpulgarin'
SANDCASTLE_REPO = 'sandcastle'
It was in use at Khan Academy to test pull requests to their exercise framework, but is no longer used for that purpose.