A Django application for transcribing and managing historical religious census data with collaborative workflows for student researchers.
- Project Management System: Assign and track transcription work across student teams
- Role-Based Access: Students see only their assigned work; PIs oversee the entire project
- Data Import Pipeline: Automated import from DataScribe/Omeka with image fetching
- Quality Control Tools: Built-in data validation and gap analysis
- Professional Admin Interface: Custom dashboard with metrics and Religious Ecologies branding
# View all available commands
make help
# Start development server
make preview
# Create database backup (always do this before major operations)
make backup-db
# Complete fresh installation (wipes existing data)
make fresh-start- Set up database:
make setup-fresh-db - Create admin user:
make superuser - Import data:
make import-all(after manual Apiary imports) - Add users to groups via Django admin
DEVNOTES.md: Complete technical documentation and development workflowmake help: All available commands with descriptions- Django Admin: Built-in dashboard at
/admin/with user management and data tools