make linter happy

This commit is contained in:
Laura Klünder 2023-10-06 02:46:43 +02:00
parent 79cde0f78c
commit b732d52f65
21 changed files with 82 additions and 75 deletions

5
loadproduction.old.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
export C3NAV_CONFIG=/home/laura/Projekte/c3nav/data/c3nav.cfg
ssh root@34c3.c3nav.de "c3nav-manage 34c3 dumpdata mapdata --format json | gzip" | gunzip > production.json
python src/manage.py loaddata --app mapdata production.json
# rm production.json