14 lines
232 B
Markdown
14 lines
232 B
Markdown
# The Fallen Birdy Form
|
|
|
|
## Add Test Data
|
|
To add testdata, use the fixture function of django:
|
|
|
|
```bash
|
|
python3 manage.py loaddata fixtures/data.json
|
|
```
|
|
|
|
## Test Account
|
|
The test account you can use:
|
|
|
|
- user: gw
|
|
- password: abcdef
|