docs: fix caption paths in the Django tutorial
Metadata
Current evaluation
Merged docs fix correcting missing inner package paths in Django tutorial captions for settings.py and urls.py. Updates align captions with the actual layout, passed all CI checks, and received approval from two reviewers.
Suggested action: —
No scores available.
Issue body
#### Describe your changes.
The captions for settings.py and the project urls.py were missing the inner django_hello_world package directory that django-admin startproject creates. Correct them to match the actual layout used by the tutorial's task.yaml spread test.
---
- [x] I've followed the [contribution guidelines](https://github.com/canonical/charmcraft/blob/main/CONTRIBUTING.md).
- [x] I've signed the [CLA](http://www.ubuntu.com/legal/contributors/).
- [x] I've successfully run `make lint && make test`.
- [x] I've added or updated any relevant documentation.
- [x] In documents I changed, I [added a meta description](https://canonical-starflow.readthedocs-hosted.com/how-to/add-a-page-meta-description/) if one was missing.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged docs fix correcting missing inner package paths in Django tutorial captions for settings.py and urls.py. Updates align captions with the actual layout, passed all CI checks, and received approval from two reviewers. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
5
Complexity:
5
Confidence:
95
|
needs review | Fixes incorrect caption paths in the Django tutorial documentation to match the actual project layout and spread test. Currently approved by one reviewer with all CI checks passing. |
Update history
| Date | Change |
|---|---|
| updated | |
| updated | |
| updated | |
| updated | |
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2196 docs: maintain Django tutorial | charmcraft | merged | Merged documentation updates for the Django tutorial. Changes standardize the manage command, correct path references, and fix code indentation. Approved by reviewers and merged with 17 lines changed across two files. | |
| #1150 docs: clarify Django tutorial directory changes | rockcraft | merged | Merged documentation update clarifying Django tutorial directory navigation and adding explicit return commands. Reviewers requested path corrections and suggested renaming the project directory to reduce confusion, which was scoped out and tracked separately. |