Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 583 Bytes

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