Skip to content
New issue

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

Installs the tutorial as part of the package #9600

Open
3 of 6 tasks
ntap-fge opened this issue Dec 11, 2024 · 1 comment
Open
3 of 6 tasks

Installs the tutorial as part of the package #9600

ntap-fge opened this issue Dec 11, 2024 · 1 comment

Comments

@ntap-fge
Copy link

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.

Checklist

  • Raised initially as discussion #...
  • This is not a feature request suitable for implementation outside this project. Please elaborate what it is:
    • compatibility fix for new Django/Python version ...
    • other type of bug fix
    • other type of improvement that does not touch existing code or change existing behavior (e.g. wrapper for new Django field)
  • I have reduced the issue to the simplest possible case.
@browniebroke
Copy link
Contributor

browniebroke commented Dec 11, 2024

Duplicate of #9517 (I think)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants