Skip to content

MarkCalvert/ckanext-vocabulary-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckanext-vocabulary-services

Setup

Add the extension to your CKAN .ini file:

ckan.plugins = ... vocabulary_services ...

Create the database tables:

ckan -c path/to/ckan.ini vocabulary-services-init-db

This will create the following two tables:

vocabulary_service
vocabulary_service_term

(NOT to be confused with the CKAN core vocabulary table)

About

An extension for managing externally linked vocabulary services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.7%
  • HTML 12.3%