-
-
djblets/extensions/management/commands/install-extension-media.py (Diff revision 1) Col: 9 E123 closing bracket does not match indentation of opening bracket's line
-
djblets/extensions/management/commands/install-extension-media.py (Diff revision 1) Col: 1 W293 blank line contains whitespace
-
djblets/extensions/management/commands/install-extension-media.py (Diff revision 1) Col: 13 E303 too many blank lines (2)
Add a command to install the extension media of an extension
Review Request #7627 — Created Sept. 13, 2015 and submitted
Information | |
---|---|
brennie | |
Djblets | |
master | |
Reviewers | |
djblets | |
chipx86 |
Previously, there was no way to install the media of an extension
outside if its intsall procedure. Now there is a management command,
install-extension-media
, that will install the extension media of an
extension. This behaviour can be forced (e.g., if the extension is
already installed) with the--force
option. Either a single
extension's media will be installed (if--extension-id
is provided),
or the extension media of all extensions will be installed.
Installed the extension media for a single extension and all enabled
extensions. Verified--force
forces installation.


-
Tool: Pyflakes Processed Files: djblets/extensions/manager.py djblets/extensions/management/commands/install-extension-media.py Ignored Files: djblets/extensions/management/commands/__init__.py djblets/extensions/management/__init__.py Tool: PEP8 Style Checker Processed Files: djblets/extensions/manager.py djblets/extensions/management/commands/install-extension-media.py Ignored Files: djblets/extensions/management/commands/__init__.py djblets/extensions/management/__init__.py
-
Awesome :) Thanks for taking care of this! Two trivial things.
-
djblets/extensions/management/commands/install-extension-media.py (Diff revision 2) Missing a period. Also, should be "ID".
-