Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 509 Bytes

Zebra Crossing

Traffic management application for the radio industry.

Building

Zebra Crossing is built using Django. A development environment can be set up using:

$ sudo apt install pre-commit
$ virtualenv -p python3 pyenv
$ pre-commit install
$ pyenv/bin/pip install -r requirements.txt
$ yarn install
$ pyenv/bin/python manage.py migrate
$ pyenv/bin/python manage.py createsuperuser
$ pyenv/bin/python manage.py runserver

This will start a development web server on http://127.0.0.1:8000/