#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 , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 8fc68af9c09f47760080327fb820fe88f02f9bf9: