Opened 19 years ago

Closed 19 years ago

#378 closed enhancement (wontfix)

django-admin.py should give feedback

Reported by: jvoorhis@… Owned by: Adrian Holovaty
Component: Tools Version:
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: no UI/UX: no

Description

I don't want to say "Django should be more like Rails", but the 'rails' script and all of the things in a Rails project's scripts/ directory emit useful feedback which is reassuring at the very least. The django-admin.py script emits nothing unless there is an error - that is, unless it is a command that generates SQL. This can be confusing. My proposal is to at least provide a summary of what is the command does.

Another idea: move the sql-generating commands to a separate script. This will help users know what to expect from the admin scripts.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: wontfix
Status: newclosed

"Emitting nothing unless there is an error" is a long-standing Unix tradition. See Silence is Golden in The Art of Unix Programming.

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