No description
Find a file
2023-07-07 18:24:22 +02:00
aviary migrations and data fixture 2023-07-05 21:06:18 +02:00
bird help description for birds 2023-07-07 18:24:22 +02:00
core aviary first view and template 2023-07-01 09:21:58 +02:00
fixtures migrations and data fixture 2023-07-05 21:06:18 +02:00
rescuer another migration 2023-07-05 21:06:34 +02:00
sites Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf 2023-07-07 09:36:08 +02:00
static Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf 2023-07-07 09:36:08 +02:00
templates beautified 2023-07-07 18:23:37 +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