Skip to content

isabella232/ckanext-vocabulary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ckanext-Vocabulary

UI to manage vocabulary and tags

Installation

pip3 install -e git+https://github.com/datopian/ckanext-vocabulary.git#egg=ckanext-vocabulary

After installing the extension, vocabulary should be added to the list of plugins

CKAN_PLUGIN = vocabulary

USAGE

/vocabulary/ : To view all vocabularies available

/vocabulary/new: To create new vocabularied and tags

/vocabulary/<id>/read: view a vocabulary and its tags

/vocabulary/<id>/edit: Edit vocabulary or delete vocabulary

/vocabulary/<id>/tags/new: Create new tag(s)

/vocabulary/<vocab_id>/tag/<id>/delete: To delete tag

About

UI to manage vocabulary and tags

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.5%
  • HTML 41.5%