Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedie/htmx_demo
Django DEMO project for htmx live user feedback
https://github.com/jedie/htmx_demo
Last synced: 20 days ago
JSON representation
Django DEMO project for htmx live user feedback
- Host: GitHub
- URL: https://github.com/jedie/htmx_demo
- Owner: jedie
- License: gpl-3.0
- Created: 2022-03-29T06:55:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T19:00:31.000Z (about 2 years ago)
- Last Synced: 2024-10-04T20:20:19.473Z (about 1 month ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# htmx_demo
Django DEMO project for htmx live user feedback
```
~$ git clone https://github.com/jedie/htmx_demo.git
~$ cd htmx_demo
~/htmx_demo$ make
install-poetry install or update poetry
install install project via poetry
update update the sources and installation
manage-update Collectstatic + makemigration + migrate
run-dev-server Run the django dev server in endless loop.
createsuperuser Create super user
~/htmx_demo$ make install-poetry
...
~/htmx_demo$ make install
...
~/htmx_demo$ make createsuperuser
...
~/htmx_demo$ make run-dev-server
...
```