Update README.md
This commit is contained in:
parent
f073961e35
commit
3ca529e6d1
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
# The Fallen Birdy Form
|
||||
|
||||
## Throw old database
|
||||
In case you've got an preexisting database, delete it and do the following:
|
||||
|
||||
```bash
|
||||
python3 manage.py makemigrations
|
||||
python3 manage.py migrate
|
||||
```
|
||||
|
||||
## Add Test Data
|
||||
To add testdata, use the fixture function of django:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue