You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This utility works fine when I am using it in development env, but when I package my project and install to my local virtual env, it will complain following:
ImportError: cannot import name 'config' from 'config2.config'.
Looks like it cannot find the configuration files, how can I solve this problem?