Hi Adam, thanks a lot for your hints. Yes, reinstalling did the trick: it pulled all the sample-Authority-files into my application.
I just used: python manage.py packages -o install This also brought me to the solution to my original question: the correct command seems to be: python manage.py packages -o load_concept_scheme --source ./ defc_site_2_224/source_data/concepts/authority_files/ i.e. packages was missing. *WARNING: *this option for loading authority files has its downfalls as well: while* -o install* obviously deletes all the data,* -o load_concept_scheme * obvioiusly works in an *additive *way i.e. existing data in the dropdown lists gets* duplicated*. And with settings.py properly configured, -o load_concept_scheme first loads the data it finds in CONCEPT_SCHEME_LOCATIONSthertheree, *plus* the data from the --source directory. I.e. when starting with authority data already in place, you end up with triplicate entries after issuing the command ! (btw: anyone out there from the developers? What's the best procedure to notify you of errors in the documentation? Should I add an issue in bitbucket ???) cheers Hannes >> -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
