/geisterfahrer

RHoK #6 app to reduce the risk of wrong lane drivers

Primary LanguagePython

Setup

  • sudo apt-get install python-virtualenv
  • sudo apt-get install python-pip
  • pip install django

Python virtual environment

  • virtualenv venv
  • source venv/bin/activate

Run

  • python manage.py runserver
  • python manage.py syncdb
  • python manage.py runserver 0.0.0.0:8000

Notes

Ziel

  • "Fahren Sie rechts und überholen Sie nicht!" zu präzisieren
  • Entwarnungen geben

Sounds