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).
The text was updated successfully, but these errors were encountered:
After installing
drfdocs
there are unused directories insite-packages
, such assite
andtests
.In
setup.py
file parampackages
should contain only"rest_framework_docs"
entry, something like this:It is important also because unused directories have very common names (
site
andtests
).The text was updated successfully, but these errors were encountered: