BaseCommand.option_list+(make_option('--media-root', default= settings
.MEDIA_ROOT, dest= 'media_root', metavar= 'DIR', help= "Specifies the
root directory in which to collect media files."), make_option('-n', '
--dry-run', action= 'store_true', dest= 'dry_run', help= "Do everythin
g except modify the filesystem."), make_option('-a', '--admin', action
= 'store_true', dest= 'admin', help= "Include django.contrib.admin sta
tic media files."), make_option('-d', '--dir', action= 'append', defau
lt= media_dirs, dest= 'media_dirs', metavar= 'NAME', help= "Specifies
...
|