Opened 19 years ago
Closed 19 years ago
#3846 closed (fixed)
wrong names in variables. startapp rutine
| Reported by: | MarioGonzalez | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | dev |
| Severity: | 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
I found a variable in django/core/management.py file named project_name, its content should be the project name but it's not. It saves the parent directory name instead, so I wrote a patch that fix it.
Attachments (1)
Change History (3)
by , 19 years ago
| Attachment: | management.diff added |
|---|
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, it does look like that there is a bit of a mix-up in the current naming.