Filter year index view

This commit is contained in:
fjrodriguez
2023-01-09 16:09:41 -06:00
parent 2f6478c37a
commit f5ef6556dc
5 changed files with 153 additions and 48 deletions

View File

@@ -32,6 +32,4 @@ urlpatterns = [
path('check_host/',check_host.as_view(),name='check_host'),
path('emails_cliente/',Retrive_Cliente_Email, name='Retrive_Cliente_Email'),
path('pacs/list/',PACS_Retrive_RFCS,name='PACS_Retrive_RFCS'),
]