Skip to content

rg3915/django-datatables-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django datatables htmx

Layout based on https://www.cssscript.com/minimal-data-table/

This project was done with:

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.
git clone https://github.com/rg3915/django-datatables-htmx.git
cd django-datatables-htmx
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Django Seed

if running django-seed type:

python manage.py seed expense --number=145

Django datatables htmx

Layout baseado em https://www.cssscript.com/minimal-data-table/

Este projeto foi feito com:

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/django-datatables-htmx.git
cd django-datatables-htmx
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Django Seed

Se quiser rodar o django-seed digite:

python manage.py seed expense --number=145

About

Django datatables with htmx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published