- Info: http://ccnmtl.columbia.edu/our_services/tools/mediathread/
- Tech: Django (Python)
- Code: https://github.com/ccnmtl/mediathread
- Info: http://nb.mit.edu/
- Tech: Django (Python)
- Code: https://github.com/nbproject/nbproject
| #!/usr/bin/env python | |
| # | |
| # This script updates a field for all documents in a view. Modify as needed. | |
| # | |
| # This script requires couchdbkit: | |
| # $ sudo easy_install -U Couchdbkit | |
| from couchdbkit import Server | |
| import logging |