Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
...
```