Opened 13 years ago
Closed 13 years ago
#17486 closed Uncategorized (fixed)
The welcome page message is a little ambiguous in relation to the changed default project layout
Reported by: | Ashutosh Dwivedi | Owned by: | Ashutosh Dwivedi |
---|---|---|---|
Component: | Core (Other) | Version: | 1.4-alpha-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
According to the updated layout settings.py file no longer lies adjacent to manage.py.
But the Welcome to django page shows the following message which incorrectly seems to imply that they are on the same directory level(incorrect part shown in bold here).
"Of course, you haven't actually done any work yet. Here's what to do next:
If you plan to use a database, edit the DATABASES setting in mysite/settings.py.
Start your first app by running python mysite/manage.py startapp [appname]."
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | welcome-page-patch.diff added |
---|
comment:1 by , 13 years ago
Component: | Uncategorized → Core (Other) |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In [17323]: