Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#30767 closed Cleanup/optimization (fixed)

Docs: deployment landing page is scarce

Reported by: Katie McLaughlin Owned by: Katie McLaughlin
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

There's more to deploying a django project than meets the eye, and the current landing page only shows so much

https://docs.djangoproject.com/en/dev/howto/deployment/

Change History (9)

comment:1 by Katie McLaughlin, 5 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Katie McLaughlin, 5 years ago

Has patch: set

comment:3 by Carlton Gibson, 5 years ago

Hi Katie. Thanks for this.

You’re not really meant to Accept your own tickets, but yes. 🙂

comment:4 by Katie McLaughlin, 5 years ago

Whoops, sorry about that 😳

comment:5 by Carlton Gibson, 5 years ago

Triage Stage: AcceptedReady for checkin

Not a problem. Super improvement!

comment:6 by Carlton Gibson <carlton.gibson@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In fee75d2a:

Fixed #30767 -- Improved references to deployment documentation.

  • Increased tocdepth to expose more complexity of topics.
  • Ensured deployment checklist is linked on main doc page.

comment:7 by Carlton Gibson <carlton.gibson@…>, 5 years ago

In 1f304ebd:

[2.2.x] Fixed #30767 -- Improved references to deployment documentation.

  • Increased tocdepth to expose more complexity of topics.
  • Ensured deployment checklist is linked on main doc page.

Backport of fee75d2aed4e58ada6567c464cfd22e89dc65f4a from master.

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In abeb4599:

Refs #30767 -- Improved deployment documentation.

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 407eeff:

[3.0.x] Refs #30767 -- Improved deployment documentation.

Backport of abeb4599af5ea7a384e18ec6201a95c9e419b44a from master

Note: See TracTickets for help on using tickets.
Back to Top