Skip to content
Snippets Groups Projects
Commit 1ff3e0fd authored by Nadja Geisler's avatar Nadja Geisler :sunny:
Browse files

remove copy-pasted comment

parent f9984f92
No related branches found
No related tags found
1 merge request!114Introduce utility to export all data related to an event to json
Pipeline #81885 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment