I want to add a lookup table to my application. The table will have two columns: city_name and county. This will allow me to return all rows for companies in a specific county (or all companies sorted by county). I know how to do this with SQL and want to learn how to implement this capability in django (1.11.2 currently installed). Pointers to the appropriate docs much appreciated.
Rich

