Writing your first Django app, part 1 | Django documentation | Django
Writing your first Django app, part 1 | Django documentation | Django
3
公开标注数
3
参与人数
2026-07-17 10:08:58
首次 Whisper
讨论活跃度
docs.djangoproject.com 近 17 周的公开 Whisper
少多
最新公开 Whisper
划选高亮2026-07-17 10:26:58
原文高亮摘录
“some actions like adding files don’t trigger a restart”
Whisper 随想笔记
I never noticed that, but good to know for when I add files.
划选高亮2026-07-17 10:17:58
原文高亮摘录
“some actions like adding files don’t trigger a restart”
Whisper 随想笔记
Ah, that explains why my new template didn't show up until I restarted.
划选高亮2026-07-17 10:08:58
原文高亮摘录
“some actions like adding files don’t trigger a restart”
Whisper 随想笔记
Wait, so if I add a new view file I gotta restart? That's kinda annoying.