docs: maintain Django tutorial
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
Some specific fixes to the Django tutorial:
* Don't need to explicitly have `python3 manage.py`. Django developers are more used to `./manage.py` instead. I have updated the tutorial and `task.yaml` file.
* Any reference to `/django-hello-world` in text has been updated to `~/django-hello-world`.
* Updated indentation in a code snippet that was rendering incorrectly.
Additional reviewers: @jdkandersson
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged Django tutorial documentation fixes. Replaced python3 manage.py with ./manage.py, updated paths to ~/django-hello-world, and corrected code indentation in the tutorial and task.yaml. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged documentation updates to the Django tutorial. Replaced python3 manage.py with ./manage.py, updated path references to ~/django-hello-world, and fixed code snippet indentation. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #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. | |
| #2179 Added some further structure to the Django tutorial | charmcraft | merged | Merged after three approvals, the update restructured Django tutorial headings to emphasize the develop/pack/deploy cycle. Reviewers requested consistent infinitive phrasing and rebased the commit to resolve a CLA email mismatch. The change added 46 lines and removed 11 across one file. | |
| #2805 docs: fix caption paths in the Django tutorial | charmcraft | merged | 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. | |
| #2257 Docs: 12-factor tutorial updates | charmcraft | merged | Merged documentation updates for the 12-factor tutorials. Changes clarify architecture instructions, fix Django tutorial terminology, convert admonitions to paragraphs, and correct variable formatting. Approved by reviewers and merged. | |
| #1161 docs: rename Django tutorial project directory | rockcraft | merged | Merged after addressing review feedback. Renamed the Django tutorial project directory from django-hello-world to django-tutorial. Approved by four reviewers, passed all CI checks, and closed issue #1156. | |
| #5422 docs: add tutorial | snapcraft | merged | Merged a new documentation tutorial authored by maintainer medubelko. Approved by two reviewers and passing CI, the change adds 795 lines across 10 files to introduce the updated guide. | |
| #677 create Django tutorial | rockcraft | merged | Merged an external contribution adding a Django tutorial for Rockcraft. Approved by two reviewers, the change adds 645 lines across 13 files. Unresolved review comments and unrelated spread test failures did not prevent the merge. |