settings
Installation
SKILL.md
Organize Django Settings
When modifying src/project/settings.py, enforce this structure.
Section Format
Every logical group of settings gets a banner header:
# =============================================================================
# SECTION NAME
# =============================================================================
- Banner lines are exactly 77 characters (
#+ 75=characters) - Section name is UPPERCASE
- One blank line before each banner (except at top of file)
- No blank lines between the banner and the first setting in that section
- No inline comments explaining what standard Django settings do — the section header is enough