From 39a761c126106416476a707d29925608265cfe8f Mon Sep 17 00:00:00 2001 From: "N. Geisler" <ngeisler@fachschaft.informatik.tu-darmstadt.de> Date: Mon, 11 May 2020 01:29:54 +0200 Subject: [PATCH] add common manual commands to dev notes in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6524b6c8..691c0bb9 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,8 @@ This repository contains a Django project called AKPlanning. The functionality i 1. **AKSubmission**: This app provides forms to submit all kinds of AKs, edit or delete them, as well as a list of all submitted AKs for an event. 1. **AKScheduling**: This app allows organizers to schedule AKs, i.e. assigning rooms, slots, etc. It marks conflicts of all modeled constraints and assists in creating a suitable schedule. 1. **AKPlan**: This app displays AKs and where/when they will take place for each event. Views are optimised according to usage/purpose. + + +## Developer Notes +* to regenerate translations use ````python manage.py makemessages -l de_DE --ignore venv```` +* to create a data backup use ````python manage.py dumpdata --indent=2 > db.json --traceback```` \ No newline at end of file -- GitLab