Opened 8 years ago
Closed 8 years ago
#27548 closed Bug (needsinfo)
Documentation missing section about adding your app to INSTALLED_APPS in settings
Reported by: | nvrrdt | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.10 |
Severity: | Normal | Keywords: | INSTALLED_APPS |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm a first time django user and after reading the documentation I started my first experiment. There I encountered a TemplateDoesNotExist error and I had to resort to Stack Overflow to find a solution, which was to add the name of my app to INSTALLED_APPS in settings.
Shouldn't this be mentioned in the documentation ('first steps' section)?
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Which page contains the "First steps" section that you mentioned? For what it's worth, the template loading process is briefly described in the tutorial. Did you complete it?