14 lines
No EOL
223 B
Markdown
14 lines
No EOL
223 B
Markdown
# Stammdatenformular
|
|
|
|
## Daten eines neuen Mitglieds
|
|
|
|
```bash
|
|
python3 edit_data_form.py
|
|
```
|
|
|
|
## Daten eines bestehenden Mitglieds ändern
|
|
|
|
```bash
|
|
MEMBER_FILE=<path/to/member/json>
|
|
python3 edit_data_form.py $MEMBER_FILE
|
|
``` |