Opened 12 years ago

Closed 12 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)

welcome-page-patch.diff (680 bytes ) - added by Ashutosh Dwivedi 12 years ago.

Download all attachments as: .zip

Change History (3)

by Ashutosh Dwivedi, 12 years ago

Attachment: welcome-page-patch.diff added

comment:1 by Ramiro Morales, 12 years ago

Component: UncategorizedCore (Other)
Triage Stage: UnreviewedReady for checkin

comment:2 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17323]:

Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi.

Note: See TracTickets for help on using tickets.
Back to Top