RecordExpress is a Django application for generating lightweight EAD files.
In your Django environment:
easy_install install https://github.com/cdlib/RecordExpress.git or pip install -e git+https://github.com/cdlib/RecordExpress.git
Add to your settings:
INSTALLED_APPS = ( ... 'dublincore', 'collection_record', )
Sync the dbs:
manage.py syncdb
See QUICKSTART in README.rst.