No description
Find a file
2023-07-03 23:25:41 +02:00
aviary little modifications 2023-07-03 23:00:38 +02:00
bird if there is a NONE field show "" 2023-07-03 23:25:41 +02:00
core aviary first view and template 2023-07-01 09:21:58 +02:00
fixtures new fixture 2023-07-03 23:03:41 +02:00
rescuer aviary worked on 2023-06-28 23:08:18 +02:00
sites Change main and add logo as png 2023-07-03 15:52:02 +02:00
static Change main and add logo as png 2023-07-03 15:52:02 +02:00
templates links to nabu 2023-07-03 17:15:52 +02:00
.gitignore gitignore knows more vscode stuff 2023-06-10 15:42:18 +02:00
manage.py init django project and set language de 2023-06-06 15:57:49 +02:00
README.md little more exact in loading data 2023-06-28 23:34:58 +02:00
requirements.txt added names package to requirements 2023-07-03 23:04:53 +02:00

The Fallen Birdy Form

Throw old database

In case you've got an preexisting database, delete it and do the following:

python3 manage.py makemigrations
python3 manage.py migrate

Add Test Data

To add testdata, use the loaddata functionality of django:

python3 manage.py loaddata fixtures/data.json

Test Account

The test account you can use:

  • user: admin
  • password: abcdef