InstallationΒΆ
At the command line:
$ easy_install multigtfs
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv multigtfs
$ pip install multigtfs
In your settings, add multigtfs to your INSTALLED APPS and ensure
you have a spatial database configured.
Use ./manage.py migrate to install the tables.