how to use data
This commit is contained in:
parent
f578838bb7
commit
2c54de339a
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue