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
added new dependency which is missing from requirements.txt
manage.py runserver throw ImportError:
__import__(name)
File "./../wsgiadmin/clients/models.py", line 11, in <module>
from jsonrpc.proxy import ServiceProxy
ImportError: cannot import name ServiceProxy
Always add new dependency into requirements.txt, pls. It's a common habit.
The text was updated successfully, but these errors were encountered:
added new dependency which is missing from requirements.txt
manage.py runserver throw ImportError:
Always add new dependency into requirements.txt, pls. It's a common habit.
The text was updated successfully, but these errors were encountered: