This is how the project should looks like at then of the Full-stack Django with HTMX and Tailwind course.
To see it in browser, run:
uv run python manage.py migrate
uv run python manage.py runserverLogin page requires Google and Meta login to be set.
To avoid that, create superuser (uv run python manage.py createsuperuser) and login via admin. The app can than be navigated as admin.
To load the pre-prepared test data, run:
uv run python manage.py loaddata initial_parties.json initial_guests.json initial_gifts.json