When the user selects an item from the vehicle "Make" drop down menu, the vehicle "Model" drop down menu is populated by making an AJAX request for a list of models for the make selected.
$ virtualenv fjae
$ source fjae/bin/activate
$ pip install -r requirements.txt
$ pip install -e ./
$ python bin/runserver.py
Go to http://localhost:5000 in your browser
- This was tested with Python 2.7.3 on Ubuntu 12.04.
- I know Python better than I know JavaScript.