Opened 15 months ago

Closed 10 months ago

Last modified 10 months ago

#34309 closed New feature (fixed)

Documentate how to delete a Django app correctly

Reported by: Marcelo Galigniana Owned by: Marcelo Galigniana
Component: Documentation Version: 4.2
Severity: Normal Keywords:
Cc: Marcelo Galigniana 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

Hi!

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!

Change History (17)

comment:1 by noFFENSE, 15 months ago

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

comment:2 by Carlton Gibson, 15 months ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature

OK, a piece in the 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...)

comment:3 by Marcelo Galigniana, 15 months ago

Cc: Marcelo Galigniana added

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

comment:4 by Mariusz Felisiak, 15 months ago

Has patch: set
Patch needs improvement: set

comment:5 by Marcelo Galigniana, 15 months ago

Owner: changed from Marcelo Galigniana to noFFENSE

comment:6 by Marcelo Galigniana, 11 months ago

Has patch: unset
Owner: changed from noFFENSE to Marcelo Galigniana
Patch needs improvement: unset

The pull request was closed! I'll take the ownership.

comment:7 by Marcelo Galigniana, 11 months ago

Has patch: set

comment:8 by Marcelo Galigniana, 11 months ago

comment:9 by Natalia Bidart, 11 months ago

Patch needs improvement: set
Version: 4.14.2

comment:10 by Marcelo Galigniana, 11 months ago

Patch needs improvement: unset

comment:11 by Mariusz Felisiak, 11 months ago

Patch needs improvement: set

comment:12 by Marcelo Galigniana, 11 months ago

Patch needs improvement: unset

comment:13 by Mariusz Felisiak, 10 months ago

Patch needs improvement: set

comment:14 by Marcelo Galigniana, 10 months ago

Patch needs improvement: unset

comment:15 by Mariusz Felisiak, 10 months ago

Triage Stage: AcceptedReady for checkin

comment:16 by Mariusz Felisiak <felisiak.mariusz@…>, 10 months ago

Resolution: fixed
Status: assignedclosed

In 2ddfa3e2:

Fixed #34309 -- Doc'd how to fully delete an app.

Co-authored-by: nessita <124304+nessita@…>
Co-authored-by: shangxiao <shang.xiao.sanders@…>
Co-authored-by: sarahboyce <42296566+sarahboyce@…>
Co-authored-by: felixxm <felisiak.mariusz@…>

comment:17 by Mariusz Felisiak <felisiak.mariusz@…>, 10 months ago

In f474ba4:

[4.2.x] Fixed #34309 -- Doc'd how to fully delete an app.

Co-authored-by: nessita <124304+nessita@…>
Co-authored-by: shangxiao <shang.xiao.sanders@…>
Co-authored-by: sarahboyce <42296566+sarahboyce@…>
Co-authored-by: felixxm <felisiak.mariusz@…>

Backport of 2ddfa3e2b63d7a77270711dbe63aafb86abf4ddd from main

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