Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 509 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 509 Bytes

sandcastle

This is a Django project which allows you to test pull requests from your browser.

Configuration

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'

Used At

It was previously used at Khan Academy to test pull requests to their exercise framework.