Opened 65 minutes ago

Last modified 33 minutes ago

#37231 assigned New feature

Expand the “How to delete a Django application” guide

Reported by: Angiep212 Owned by: Angiep212
Component: Uncategorized Version: 6.0
Severity: Normal Keywords:
Cc: Angiep212 Triage Stage: Unreviewed
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The first step of the "How to delete a Django application" guide instructs users to "Remove all references to the app (imports, foreign keys, etc.)." While this is easily understood by experienced developers, it may not be clear to newer Django users what other references should be checked.

It may be helpful to include a few additional examples to make the documentation more descriptive and reduce the chance of leaving behind references to the removed application.

Some additional examples could include:

  • Project settings
  • URL references
  • Views
  • Forms

Change History (2)

comment:1 by Angiep212, 64 minutes ago

Needs documentation: set
Type: UncategorizedCleanup/optimization

comment:2 by Angiep212, 33 minutes ago

Type: Cleanup/optimizationNew feature
Note: See TracTickets for help on using tickets.
Back to Top