base-common-voc is a Django app with common implementations for base Angewandte projects using the voc.uni-ak.ac.at vocabulary.
- Install the package:
pip install base-common-voc
- Add
base_common_vocto yourINSTALLED_APPSsetting like this:
INSTALLED_APPS = [
…,
'base_common_voc',
]