Maximilian Blochberger
4 years ago
No known key found for this signature in database
GPG Key ID: A2A8F3CC6591A5FA
1 changed files with
10 additions and
0 deletions
-
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 |
|
|
|