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.
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