We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tutorial is installed into the root namespace as part of the package.
The djangorestframework-3.15.2-py3-none-any wheel contains:
./tutorial ./tutorial/quickstart ./tutorial/quickstart/migrations ./tutorial/quickstart/migrations/__init__.py ./tutorial/quickstart/views.py ./tutorial/quickstart/tests.py ./tutorial/quickstart/serializers.py ./tutorial/quickstart/models.py ./tutorial/quickstart/apps.py ./tutorial/quickstart/admin.py ./tutorial/quickstart/__init__.py ./tutorial/wsgi.py ./tutorial/urls.py ./tutorial/settings.py ./tutorial/asgi.py ./tutorial/__init__.py
It should probably be excluded like the tests already are. Otherwise it should at least be installed beneath the rest_framework namespace.
The text was updated successfully, but these errors were encountered:
Duplicate of #9517 (I think)
Sorry, something went wrong.
No branches or pull requests
The tutorial is installed into the root namespace as part of the package.
The djangorestframework-3.15.2-py3-none-any wheel contains:
It should probably be excluded like the tests already are. Otherwise it should at least be installed beneath the rest_framework namespace.
Checklist
The text was updated successfully, but these errors were encountered: