5 | | -unregister agency.Settings in agency_local.admin |
6 | | -register agency_local.Settings # works ok, but in admin it shows up under Agency_local list |
7 | | -added "agency" as 'app_label' to agency_local.Settings # results in the original unregistered settings showing up again! |
| 5 | * unregister agency.Settings in agency_local.admin |
| 6 | * register agency_local.Settings # works ok, but in admin it shows up under Agency_local list |
| 7 | * added "agency" as 'app_label' to agency_local.Settings # results in the original unregistered settings showing up again! |