Opened 19 years ago
Closed 19 years ago
#3781 closed (fixed)
Docs enhancement to clarify the use of contrib apps
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | contrib, documentation, docs | |
| Cc: | dev@… | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
It's not immediately clear that to use a contrib package, it needs to be added to your INSTALLED_APPS setting (e.g. this django-users thread). This patch clarifies this in a few locations.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | add_ons.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4833]) Fixed #3781 -- Improved docs/add_ons.txt to clarify use of contrib apps. Thanks, Simon G.