You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place an SQL database dump in the root folder of the project and call it catalog.sql (the name of the file is set in the tasks.pyrestore_from_dump function).
Delete your old docker volumes and containers (docker-compose down -v) and bring all the containers up again (docker-compose up -d).
Run inv rfd in the django container, e.g., docker-compose exec django inv rfd. The data should now be loaded into the database.
Loading in BibTeX files
To load in a BibTeX file run the load_bibtex management command. For example, to load a file named abm_publications_2016.bib into the database as user foo you would run