Skip to content

sh357558/tet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-tet-ui - 2.5

TET interface developed for ROUTE-TO-PA project

Requirements

Getting Started

Initial Setup

  1. Make a new virtualenv: virtualenv -p python venv
  2. Activate the virtualenv: source venv/bin/activate
  3. Install dependencies from requirements.txt i.e. pip install -e requirements.txt
  4. Generate RSA key python manage.py creatersakey
  5. Run migrations python manage.py migrate
  6. Run the server: python manage.py runserver
  7. Open website in browser at http://localhost:8000

After initial setup

  1. Activate the virtualenv: source venv/bin/activate
  2. Run the server: python manage.py runserver
  3. Open website in browser at http://localhost:8000

Dvelopment of this project is supported by European Commision through the ROUTE-TO-PA project

About

TET - Transparency-Enhancing Toolset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.8%
  • CSS 25.4%
  • HTML 20.7%
  • Python 9.1%