Opened 17 years ago
Closed 17 years ago
#5224 closed (fixed)
Fix loading admin media dir on runserver
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | admin runserver media | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The --adminmedia of runserver doesn't work, because there is a malconfiguration of OptionParser: dest='admin_media_path' should be dest='admin_media_dir'
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | fix_admin_media_dir_option.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fix to the admin media loading on runserver