Skip to content
Snippets Groups Projects

Introduce utility to export all data related to an event to json

Merged Benjamin Hättasch requested to merge meta-export into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -15,7 +15,6 @@ if [ "$3" = "--prod" ]; then
export DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
fi
# before potentially breaking anything, create a data backup
mkdir -p ../backups/
python manage.py dumpdata AKDashboard AKModel AKOnline AKPlan AKScheduling AKSubmission --indent=2 > "backups/akplanning_only.json" --traceback
Loading