tulsawebdevs/django-multi-gtfs

Use raw_id_fields in admin

jwhitlock opened this issue · 0 comments

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.