Skip to content

FerMatPy/django-htmx-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-htmx-examples

An app for demonstrating the HTMX examples on https://htmx.org/examples/. Im am adding one at a time

Setup

Create a virtual environment.

$ python3 -m venv venv

Activate the virtual environment.

$ source venv/bin/activate

Install developer and application packages.

(venv) $ pip install -r requirements.txt

Migrate Database

(venv) $ python manage.py migrate

Run tests

(venv) $ pytest

Run server

(venv) $ python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • HTML 31.0%