Browse Source

Add export and import to README

master
Maximilian Blochberger 4 years ago
parent
commit
33bd76de69
No known key found for this signature in database GPG Key ID: A2A8F3CC6591A5FA
  1. 10
      README.md

10
README.md

@ -101,6 +101,16 @@ If you want to get the BIB entry from DBLP:
./manage.py dblptex 'DBLP:conf/ease/PetersenFMM08' >> references.bib
```
## Sharing SoKs
```sh
# Export
./manage.py dumpdata --natural-primary --natural-foreign sok | jq --sort-keys > "$(date '+%Y-%m-%d')-sk.json"
# Import
./manage.py loaddata 2021-03-11-sok.json
```
## Installation
```sh

Loading…
Cancel
Save