ModuleNotFoundError: No module named 'django_admin_multi_select_filter' when using postgres SQL_ENGINE #1
-
Hi, When trying to use django_admin_multi_select_filter in a postgres SQL_ENGINE scenario it fails with
On local it works as expected. I am using it like this
Any ideas what might cause the error and what i could troubleshoot for the SQL_ENGINE difference? Other than this there is no other difference compared to the local setup. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Alex, This actually sounds like you simply haven't installed the package properly on your production machine. If you're sure it is installed, please let me know because then this is quite a weird bug in fact. |
Beta Was this translation helpful? Give feedback.
Indeed it was something caused by the build process in the CI. The library was not yet installed on the container at the specific stage when i was running the django management commands.
Thanks for the assistance!