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
Does this package support django 3.0 ? Recently I upgraded my project from django 2.x to 3.0.
When I tried to run manage.py command it throws this error :
File "/../.env/lib/python3.7/site-packages/silk/models.py", line 21, in <module>
from silk.config import SilkyConfig
File "/../.env/lib/python3.7/site-packages/silk/config.py", line 3, in <module>
from django.utils import six
ImportError: cannot import name 'six' from 'django.utils' (/../.env/lib/python3.7/site-packages/django/utils/__init__.py)
The text was updated successfully, but these errors were encountered:
Does this package support django 3.0 ? Recently I upgraded my project from django 2.x to 3.0.
When I tried to run manage.py command it throws this error :
The text was updated successfully, but these errors were encountered: