This is a prototype project to demonstrate how Django and HTMX can be used together to create a modern web application.
- Clone the repository
- Create a virtual environment
- Install the dependencies
- Run the migrations
- adjust the .env variables
- Run the server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver