Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20248 closed Uncategorized (fixed)

Clarifying Documentation

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords: django-admin.py
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

These suggestions relate to the tutorial on "django-admin.py and manage.py"

In there you will find:
"Generally, when working on a single Django project, it’s easier to use manage.py. Use django-admin.py with DJANGO_SETTINGS_MODULE, or the --settings command line option, if you need to switch between multiple Django settings files."

Easier than what?

I suggest rewording this to:
"Generally, when working on a single Django project, it’s easier to use manage.py than to use django-admin.py. If you need to switch between multiple Django settings files then you will have to use django-admin.py with DJANGO_SETTINGS_MODULE, or the --settings command line option."

Change History (3)

comment:1 by anonymous, 11 years ago

comment:2 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 8fc68af9c09f47760080327fb820fe88f02f9bf9:

Fixed #20248 - Clarified manage.py vs. django-admin.py

comment:3 by Tim Graham <timograham@…>, 11 years ago

In 8ab5db7a3348b7890eae5db20e48f820bf09c81c:

[1.5.x] Fixed #20248 - Clarified manage.py vs. django-admin.py

Backport of 8fc68af9c0 from master

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