-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
PEP 752: Add more examples #3912
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
Conversation
- `Django <https://www.djangoproject.com>`__ is one of the most widely used | ||
frameworks in existence. They have the concept of `middleware`__ which | ||
allows for third-party packages to modify the request/response cycle. | ||
These packages are by convention prefixed by ``django-``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! What did you think I should say here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like this (forgive the rST mangling)?
- `Django <https://www.djangoproject.com>`__ is one of the most widely used | |
frameworks in existence. They have the concept of `middleware`__ which | |
allows for third-party packages to modify the request/response cycle. | |
These packages are by convention prefixed by ``django-``. | |
- `Django <https://www.djangoproject.com>`__ is one of the most widely used | |
frameworks in existence and has a conecpt of "`reusable apps | |
<https://docs.djangoproject.com/en/5.1/intro/reusable-apps/>`__", | |
which are commonly installed via `third-party packages | |
<https://djangopackages.org/>`__ that implement a subset of functionality | |
to extend Django-based website projects. These packages are by convention | |
prefixed by ``django-`` or ``dj-``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added:
📚 Documentation preview 📚: https://pep-previews--3912.org.readthedocs.build/