Skip to content

Django app that calculates routes for The Chiditarod (Chicago urban shopping cart race)

License

Notifications You must be signed in to change notification settings

ometa/routemaster

 
 

Repository files navigation

Routemaster

Route generator software for Chiditarod. It mostly works. This code is like an old couch. When you sit down, at first it's kind of old and dusty. But it serves it's purpose. Basically it a traveling saleman solver. There's a starting line, a finish line, and a configurable amount of checkpoints in-between. You choose the distances between them all, set a few params like # of teams, the # of checkpoints, etc, then hit go, and it figures out the best routes.

To Install

Read INSTALL.md

Usage

  1. Activate the python virtual environment

     cd path/to/routemaster/repo
     . ~/.python/Virtualenvs/routemaster/bin/activate 
    
  2. Run Locally

     python manage.py runserver
    
  3. Visit URLs

TODO

Rewrite this in something fun.

etc

How to install a new pip module

$ bin/pip-install

Run Local Django Console

cd path/to/routemaster
python manage.py shell

print settings

from django.conf import settings
print settings.<tab>

Users

devin / mush

About

Django app that calculates routes for The Chiditarod (Chicago urban shopping cart race)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.1%
  • JavaScript 16.1%
  • CSS 8.2%
  • Other 0.6%