8000 GitHub - bendog/django_htmx_demo: PythonWA demo for Django and HTMX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bendog/django_htmx_demo

Repository files navigation

Django HTMX Demo

Combining Django with HTMX

An example app for showing simple ajax calls using htmx in django templates. No API required.

install and run

create the virtual env

pipenv sync
pipenv shell

setup the local database

python manage.py migrate

run the local server

python manage.py runserver

open http://localhost:8000/ in your browser.

thanks and acknowledgement

Thanks to Muhammed Ali @khabdrick for their blog post which was used as inspiration for this demo https://www.section.io/engineering-education/how-to-build-templates-for-django-applications-with-htmx/

About

PythonWA demo for Django and HTMX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0