Use PostGreSQL full-text search and Django on an index compiled from a zip file to search all IRS nonprofits' financial docs (990s) by nonprofit name, as uploaded by bulk.resource.org.
By Luke Rosiak, a reporter at the Washington Times (lukerosiak.info)
Released under the GNU license
To use this django app:
createdb [database name, if you aren't already using postgres with existing django apps]
psql [database name] < create.sql (instead of manage.py syncdb)
python manage.py nonprofit_import (this will take a long time. run this monthly.)
Fix namespacing by removing 'quarterback' from the import statements in views.py and management/commands/nonprofit_import.py. Remove my google analytics code from /templates/nonprofits.html
go to /irs/ on your server