implemented dropdowns for fk fields in product and company admin

This commit is contained in:
Sam
2021-03-09 11:30:54 +00:00
parent 2a731b3c3b
commit 0fee0a2f6d
4 changed files with 13 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ INSTALLED_APPS = [
'anymail',
'storages',
'mapwidgets',
'django_admin_listfilter_dropdown',
# local apps
'core',