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
{{ message }}
This repository was archived by the owner on Jul 27, 2026. It is now read-only.
I am getting an error when running :
python manage.py create_dbThe error :
Traceback (most recent call last): File "manage.py", line 6, in <module> import coverage ImportError: No module named coverageI have installed all libraries in requirement.txt via
pip install -r requirements.txt