Skip to content

Commit

Permalink
Changed the form of the configuration files to allow for favourites t…
Browse files Browse the repository at this point in the history
…o override nearby
  • Loading branch information
cnorthwood committed Dec 20, 2010
1 parent 66e06e7 commit f2293c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/molly_oxford/settings.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
Application('molly.apps.transport', 'transport', 'Transport',
train_station = 'crs:OXF',
nearby = {
'park_and_rides': ('park-and-ride', 5, True),
'bus_stops': ('bus-stop', 5, False),
'park_and_rides': ('park-and-ride', 5, True, False),
'bus_stops': ('bus-stop', 5, False, True),
},
travel_alerts = True,
),
Expand Down

0 comments on commit f2293c4

Please sign in to comment.