#30944 closed Cleanup/optimization (fixed)
Change resuable apps docs to use setuptools declarative config
Reported by: | Jon Dufresne | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Existing docs: https://docs.djangoproject.com/en/2.2/intro/reusable-apps/#packaging-your-app
Setuptools features: https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
The declarative syntax is simpler, can allow for types of automation, and is easier to parse with external tools.
Change History (7)
comment:1 by , 5 years ago
Has patch: | set |
---|
comment:2 by , 5 years ago
Triage Stage: | Unreviewed → Accepted |
---|
I think this will make things much easier. Even setuptools
itself does this now.
By the time Django 3.1 is released, this will have been supported for nearly 4 years.
Note:
See TracTickets
for help on using tickets.
https://github.com/django/django/pull/12006