Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 501 Bytes

Ride On Time

Parsing GTFS for great justice!

Prerequisites

  • PostGIS
  • GeoDjango

Installation

  • Clone from develop
  • cd into the directory and pip install -r requirements.txt
  • Copy project/rideontime/dotenv to project/rideontime/.env and fill in the applicable variables.
  • project/manage.py check
  • project/manage.py test
  • project/manage.py syncdb

Running the App