Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

acdh-oeaw/totetiroler

Repository files navigation

Tote Tiroler

Tote Tiroler is a django-based web application for publishing data about Tyroleans who were killed during the Tyrolean uprise in 1809. The data driving this web application was first published by Hans Kramer Die Gefallenen Tirols 1796-1813 (Schlern-Schriften 47), Innsbruck 1949 and republished in a more normalized way by Peter Andorfer Totetiroler, Innsbruck 2009. With this web application, this data is online available.

Install

The application was build with Python 3.4.

  1. clone the repo
  2. create a virtual environment and run install the required packages pip install > requirements.txt
  3. makemigrations and migrate python manage.py makemigrations --settings=totetiroler.settings.devand python manage.py migrate --settings=totetiroler.settings.dev
  4. start the dev-server python manage.py runserver --settings=totetiroler.settings.dev
  5. browse to http://127.0.0.1:8000/

Upload the data

To upload the dataset stored in this repo you have to exectue the ipython script import_data.ipynb.

  1. Start a new iypthon session python manage.py shell_plus --notebook --settings=totetiroler.settings.dev.
  2. Open import_data.ipynb.
  3. Execute the script cell by cell.

About

Totetiroler is a django-based web application to publish data about Tyroleans who were killed during the Tyrolean uprise in 1809.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published