Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 698 Bytes

File metadata and controls

18 lines (13 loc) · 698 Bytes

End project for Full-stack Django with HTMX and Tailwind course

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 runserver

Login 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