I've found many posts about how to delete a Django app, but there isn't an
offical one, so I imagine a section describing the steps to follow to do
that in a safe, validated and correct way.
i.e
https://stackoverflow.com/questions/3329773/django-how-to-completely-
uninstall-a-django-app
https://techstream.org/Bits/Remove-App-From-Django-Project
Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/34309>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by noFFENSE):
Hello Marcelo
I would like to take care of that if you do not mind. Well, of course if
you have not done it yet
Thank you
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:1>
* type: Uncategorized => New feature
* stage: Unreviewed => Accepted
Comment:
OK, a piece in the [https://diataxis.fr/how-to-guides/# How To format]
seems reasonable.
(There are a few of these available: #25313 — moving to a custom user
model — and #24686 — moving a model between apps — come to mind
quickly...)
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:2>
* cc: Marcelo Galigniana (added)
Comment:
Sure noFFENSE!
Change the `owned by` to you and I added myself to `cc`: I would like to
follow the ticket and help in anyway I can!
Thank you Carlton for the answer, I'll miss you </3
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:3>
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/16542 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:4>
* owner: Marcelo Galigniana => noFFENSE
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:5>
* owner: noFFENSE => Marcelo Galigniana
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
Comment:
The pull request was closed! I'll take the ownership.
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:7>
Comment (by Marcelo Galigniana):
[https://github.com/django/django/pull/16904 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:8>
* needs_better_patch: 0 => 1
* version: 4.1 => 4.2
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:9>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:10>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:11>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:12>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:13>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:14>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:15>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"2ddfa3e2b63d7a77270711dbe63aafb86abf4ddd" 2ddfa3e2]:
{{{
#!CommitTicketReference repository=""
revision="2ddfa3e2b63d7a77270711dbe63aafb86abf4ddd"
Fixed #34309 -- Doc'd how to fully delete an app.
Co-authored-by: nessita <124304+...@users.noreply.github.com>
Co-authored-by: shangxiao <shang.xia...@gmail.com>
Co-authored-by: sarahboyce <42296566+...@users.noreply.github.com>
Co-authored-by: felixxm <felisiak...@gmail.com>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:16>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"f474ba4cb52a41a62da6d6fb3492a95eeb8b3999" f474ba4]:
{{{
#!CommitTicketReference repository=""
revision="f474ba4cb52a41a62da6d6fb3492a95eeb8b3999"
[4.2.x] Fixed #34309 -- Doc'd how to fully delete an app.
Co-authored-by: nessita <124304+...@users.noreply.github.com>
Co-authored-by: shangxiao <shang.xia...@gmail.com>
Co-authored-by: sarahboyce <42296566+...@users.noreply.github.com>
Co-authored-by: felixxm <felisiak...@gmail.com>
Backport of 2ddfa3e2b63d7a77270711dbe63aafb86abf4ddd from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34309#comment:17>