[Django] #30767: Docs: deployment landing page is scarce

8 views
Skip to first unread message

Django

unread,
Sep 9, 2019, 12:22:17 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie | Owner: Katie McLaughlin
McLaughlin |
Type: | Status: assigned
Cleanup/optimization |
Component: | Version: master
Documentation |
Severity: Normal | Keywords:
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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/

--
Ticket URL: <https://code.djangoproject.com/ticket/30767>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Sep 9, 2019, 12:22:37 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Katie McLaughlin):

* stage: Unreviewed => Accepted


--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:1>

Django

unread,
Sep 9, 2019, 12:23:37 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Katie McLaughlin):

* has_patch: 0 => 1


Comment:

[https://github.com/django/django/pull/11758 PR]

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:2>

Django

unread,
Sep 9, 2019, 1:54:30 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Carlton Gibson):

Hi Katie. Thanks for this.

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

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:3>

Django

unread,
Sep 9, 2019, 2:35:04 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Katie McLaughlin):

Whoops, sorry about that 😳

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:4>

Django

unread,
Sep 9, 2019, 3:15:37 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):

* stage: Accepted => Ready for checkin


Comment:

Not a problem. Super improvement!

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:5>

Django

unread,
Sep 9, 2019, 4:03:28 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson <carlton.gibson@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"fee75d2aed4e58ada6567c464cfd22e89dc65f4a" fee75d2a]:
{{{
#!CommitTicketReference repository=""
revision="fee75d2aed4e58ada6567c464cfd22e89dc65f4a"
Fixed #30767 -- Improved references to deployment documentation.

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

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:6>

Django

unread,
Sep 9, 2019, 4:07:58 AM9/9/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Carlton Gibson <carlton.gibson@…>):

In [changeset:"1f304ebdc6ccdf42c8be96e972867981c7a0cb48" 1f304ebd]:
{{{
#!CommitTicketReference repository=""
revision="1f304ebdc6ccdf42c8be96e972867981c7a0cb48"
[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.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:7>

Django

unread,
Dec 20, 2019, 5:35:12 AM12/20/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"abeb4599af5ea7a384e18ec6201a95c9e419b44a" abeb4599]:
{{{
#!CommitTicketReference repository=""
revision="abeb4599af5ea7a384e18ec6201a95c9e419b44a"
Refs #30767 -- Improved deployment documentation.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:8>

Django

unread,
Dec 21, 2019, 2:35:30 PM12/21/19
to django-...@googlegroups.com
#30767: Docs: deployment landing page is scarce
-------------------------------------+-------------------------------------
Reporter: Katie McLaughlin | Owner: Katie
Type: | McLaughlin
Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"407eeff9dee23657cf59071ac930f1bf8d1d9ac5" 407eeff]:
{{{
#!CommitTicketReference repository=""
revision="407eeff9dee23657cf59071ac930f1bf8d1d9ac5"
[3.0.x] Refs #30767 -- Improved deployment documentation.

Backport of abeb4599af5ea7a384e18ec6201a95c9e419b44a from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/30767#comment:9>

Reply all
Reply to author
Forward
0 new messages