Installation and Setup

Prerequisites

EATS is a Django application, and depends on two other Django applications, django-tmapi and django-selectable, and the Python XML library lxml. It also uses django-webtest for its view tests.

EATS works with Django versions 1.5 and later.

Project settings

EATS uses Django’s built-in sites framework as the source for the URLs it associates with the entities it creates. Set the domain name appropriately.

The URL for the Topic Map that underpins EATS must be set in the Django project settings as EATS_TOPIC_MAP.