Seshat-Global-History-Databank / seshat

Seshat: A groundbreaking resource that is bringing together the most current and comprehensive body of knowledge about human history available.
https://seshat-db.com/
2 stars 2 forks source link
anthropology digital-history digital-humanities history

Seshat: Global History Databank

Seshat was founded in 2011 to bring together the most current and comprehensive body of knowledge about human history in one place.

This repo contains the necessary Django Python code to host the Seshat website and interact with the backend PostgreSQL database.

Documentation

Project documentation can be accessed at https://seshat-global-history-databank.github.io/seshat/

You can generate these docs locally with Python:

pip install -r docs/requirements.txt
cd docs
make html