From 2c54de339aebfc019b19aad573c066888fa6c2c8 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Thu, 22 Jun 2023 18:04:37 +0200 Subject: [PATCH] how to use data --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 076e085..5e2af48 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # The Fallen Birdy Form -## Webframework -- [django(4.2)](https://www.djangoproject.com/) +## Add Test Data +To add testdata, use the fixture function of django: -## Database -- [postgres](https://www.postgresql.org/) +```bash +python3 manage.py loaddata fixtures/data.json +``` -## CSS -- [bootstrap-litera](https://bootswatch.com/litera/) -- [bootswatch](https://bootswatch.com) +## Test Account +The test account you can use: -## Container -- [docker](https://www.docker.com/) +- user: gw +- password: abcdef