TET interface developed for ROUTE-TO-PA project
- Make a new virtualenv:
virtualenv -p python venv - Activate the virtualenv:
source venv/bin/activate - Install dependencies from requirements.txt i.e.
pip install -r requirements.txt - Generate RSA key
python manage.py creatersakey - Run migrations
python manage.py migrate - Run the server:
python manage.py runserver - Open website in browser at
http://localhost:8000
- Activate the virtualenv:
source venv/bin/activate - Run the server:
python manage.py runserver - Open website in browser at
http://localhost:8000
Dvelopment of this project is supported by European Commision through the ROUTE-TO-PA project