An 'APIS' clone to caputure metadata about inventories transcribed in the project 'Reading in the Alps'
- clone the repo
git clone https://github.com/acdh-oeaw/teihencer.git
- init apis-submodule
git submodule update --init
- create symbolic links from
metarita-webapp
, andmetarita-urls
toapis-core/webpage
andapis-core/custom_urls
(on windows usemklink /d webpage ..\metarita-webapp
) - create symbolic link from
metarita-settings
toapis-core/apis/settings
- Make migrations
python manage.py makemigrations entities highlighter labels metainfo relations vocabularies webpage --settings=apis.settings.dev