Enhance file uploader UI for CKAN
Project description
# ckanext-file_uploader_ui
Enhance the [CKAN]() file uploading UI with the following features:
Upload multiple files at once
Drag & Drop files
Minimal supported CKAN version: 2.8.1
## Installation
Activate your CKAN virtual environment
Install the ckanext-file_uploader_ui package into your virtual environment: * pip install ckanext-file_uploader_ui
Add file_uploader_ui to the ckan.plugins setting in your CKAN
Restart CKAN.
## Translations
Translations are done in Transifex: https://www.transifex.com/the-public-knowledge-workshop/ckanext-file_uploader_ui
### Updating translations code
Update the .pot file - should be done in case of additional / modified strings in the templates
` python setup.py extract_messages `
Edit the .pot file and remove core ckan strings (which are there only because of extending core ckan templates)
Leave only strings unique to odata.
Translate and update the translations under i18n
Compile translated po files
` python setup.py compile_catalog `
## Updating the package on PYPI
Update the version in VERSION.txt, then build and upload:
` python setup.py sdist &&\ twine upload dist/ckanext-file_uploader_ui-$(cat VERSION.txt).tar.gz `
ckanext-file_uploader_ui should be availabe on PyPI as https://pypi.python.org/pypi/ckanext-file_uploader_ui.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for ckanext-file_uploader_ui-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee91c81cc7c93ef492619b23f48c0c9d22f9edd568c436ca08fa305a8e1382a6 |
|
MD5 | 1b5559c5273393977e7bd6189eb8e068 |
|
BLAKE2b-256 | 5d73bdac77f372bd0b6c7bf6c625362a82dbf0a64598113bb2a1c39c3c6eab96 |