This is a very simple Django app that makes use of the following tools:
- HTMX
- AlpineJS
- Tailwind CSS
- https://github.com/django-crispy-forms/crispy-tailwind
The app is tested using Playwright.
The default Django settings were used as much as possible. This is because the goal of this app is to demonstrate the use of Playwright.
To get the demo running:
python3 -m venv venv
pip install -r requirements.txt
playwright install-deps
playwright install
Python manage.py migrate
python manage.py runserver
pytest