inveniosoftware / invenio-oaiharvester

Invenio module for OAI-PMH metadata harvesting between repositories.
https://invenio-oaiharvester.readthedocs.io
GNU General Public License v2.0
5 stars 17 forks source link

Allow creating the configuration the first time that list_records runs #38

Open david-caro opened 7 years ago

david-caro commented 7 years ago

That way you don't need to initialize the configuration on the db manually, and will be done automatically the first time it runs (for example, from celerybeat).

This is a quick fix for the #2, though the latter is nicer if possible.