adiciona views, templates, urls e documentos do elastic search

This commit is contained in:
root
2025-03-07 07:10:13 +01:00
parent d3081f81f3
commit 1cd93f7955
19 changed files with 741 additions and 10 deletions

View File

@ -16,3 +16,7 @@ django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy
crispy-bootstrap5==2024.10 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-compressor==4.5.1 # https://github.com/django-compressor/django-compressor
django-redis==5.4.0 # https://github.com/jazzband/django-redis
elasticsearch
django-elasticsearch-dsl
PyPDF2