tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
51 stars 33 forks source link

Use raw_id_fields in admin #29

Closed jwhitlock closed 10 years ago

jwhitlock commented 10 years ago

When there is a lot of data, the Django admin becomes slow. Using custom admin classes with raw_id_fields will speed it up. For example, stops could use raw_id_fields for feed, zone, and parent station.