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
After installing drfdocs there are unused directories in site-packages, such as site and tests.
In setup.py file param packages should contain only "rest_framework_docs" entry, something like this:
...
packages=['rest_framework_docs', ],
...
It is important also because unused directories have very common names (site and tests).