Skip to content

invisibleeast/invisible-east-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Invisible East Project Website

This project is a Django-based website developed for the Invisible East project.

The primary purpose of the website is to openly share its research data and findings.

You can find the officially hosted version of this website at: https://www.invisible-east.org.

People

The people directly involved in the development of this website are from:

To get in touch with us about this website or the research project, please email us at: hello@ahrsoftware.ac.uk

Prerequisites

To run this project, you're required to have the following software installed on your machine:

  • Python 3 (for specific Python 3 version please see the Django documentation)
  • pip
  • virtualenv (optional but recommended)

Installation

  • The project dependencies are specified in requirements.txt
  • cd into project directory and run pip install -r requirements.txt

Django project documentation

  • You can find more information about running, testing, and managing the Django project in our Django project README.

Core Technologies

License

See the LICENSE file for details.

Further Documentation

See the README file within the django directory of this project for more specific information about the django project