You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CKAN extension helps users to upload multiple resources at once with drag&drop. It adds an extra form for uploadig multiple files and leaves the vanilla one untouched.
6
6
@@ -31,9 +31,9 @@ To install the extension:
31
31
```
32
32
2. Use pip to install package
33
33
```bash
34
-
pip install ckanext-multiuploader-addon
34
+
pip install ckanext-multiuploadform
35
35
```
36
-
3. Add `multiuploader` to the `ckan.plugins` setting in your CKAN
36
+
3. Add `multiuploadform` to the `ckan.plugins` setting in your CKAN
37
37
config file (by default the config file is located at
38
38
`/etc/ckan/default/ckan.ini`).
39
39
@@ -51,11 +51,11 @@ ckan.max_resource_size
51
51
52
52
## Developer installation
53
53
54
-
To install ckanext-multiuploader-addon for development, activate your CKAN virtualenv and
54
+
To install ckanext-multiuploadform for development, activate your CKAN virtualenv and
0 commit comments