how to use data

This commit is contained in:
gw3000 2023-06-22 18:04:37 +02:00
parent f578838bb7
commit 2c54de339a

View file

@ -1,14 +1,14 @@
# The Fallen Birdy Form # The Fallen Birdy Form
## Webframework ## Add Test Data
- [django(4.2)](https://www.djangoproject.com/) To add testdata, use the fixture function of django:
## Database ```bash
- [postgres](https://www.postgresql.org/) python3 manage.py loaddata fixtures/data.json
```
## CSS ## Test Account
- [bootstrap-litera](https://bootswatch.com/litera/) The test account you can use:
- [bootswatch](https://bootswatch.com)
## Container - user: gw
- [docker](https://www.docker.com/) - password: abcdef