diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-29 16:01:14 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-29 16:01:14 +1100 |
commit | f06784c58eef33c8c4fa916940e7bf132f70ebda (patch) | |
tree | f21707445e697f827af41e3d92a8b8dc192ce032 /docs/source/siteadmin/commandline-upload.rst | |
parent | 0cc3febdaac8ef55b27f87af8e822570a9b032eb (diff) | |
download | mediagoblin-f06784c58eef33c8c4fa916940e7bf132f70ebda.tar.lz mediagoblin-f06784c58eef33c8c4fa916940e7bf132f70ebda.tar.xz mediagoblin-f06784c58eef33c8c4fa916940e7bf132f70ebda.zip |
docs: Tune up configuration documentation.
Diffstat (limited to 'docs/source/siteadmin/commandline-upload.rst')
-rw-r--r-- | docs/source/siteadmin/commandline-upload.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/source/siteadmin/commandline-upload.rst b/docs/source/siteadmin/commandline-upload.rst index af4fd1bd..d3847a1b 100644 --- a/docs/source/siteadmin/commandline-upload.rst +++ b/docs/source/siteadmin/commandline-upload.rst @@ -11,9 +11,9 @@ Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. -====================== -Command-line uploading -====================== +================================ +Command-line and batch uploading +================================ If you're a site administrator and have access to the server then you can use the 'addmedia' task. If you're just a user and want to upload @@ -46,9 +46,8 @@ You can also pass in the `--celery` option if you would prefer that your media be passed over to celery to be processed rather than be processed immediately. -============================ -Command-line batch uploading -============================ +Batch uploading +=============== There's another way to submit media, and it can be much more powerful, although it is a bit more complex. |