arruma o processo de busca textual nos diarios

This commit is contained in:
root
2025-03-14 17:36:14 +01:00
parent 8d1f6feeaf
commit f2e5cd73b7
15 changed files with 650 additions and 645 deletions

View File

@ -0,0 +1,8 @@
from django import template
register = template.Library()
@register.filter
def get_range(value):
return range(value)