Skip to content

LAION-AI/django-htmx-llm-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django x HTMX Protoype

This is a prototype project to demonstrate how Django and HTMX can be used together to create a modern web application.

Setup

  1. Clone the repository
  2. Create a virtual environment
  3. Install the dependencies
  4. Run the migrations
  5. adjust the .env variables
  6. Run the server
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

About

A prototype showing how to stream using Django x htmx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages