No description
Find a file
2023-07-01 09:21:58 +02:00
aviary aviary first view and template 2023-07-01 09:21:58 +02:00
bird aviary first view and template 2023-07-01 09:21:58 +02:00
core aviary first view and template 2023-07-01 09:21:58 +02:00
fixtures aviary worked on 2023-06-28 23:08:18 +02:00
rescuer aviary worked on 2023-06-28 23:08:18 +02:00
sites styles in seperate file 2023-06-30 07:23:26 +02:00
static styles in seperate file 2023-06-30 07:23:26 +02:00
templates aviary first view and template 2023-07-01 09:21:58 +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 accounts, add modal and many more 2023-06-11 13:52:42 +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