Skip to content

Commit

Permalink
Requeriments
Browse files Browse the repository at this point in the history
  • Loading branch information
Juerodriguez committed Jul 8, 2021
1 parent e77a663 commit 4086d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions controllers/expedientes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
ZIP_FILENAME = 'Movimiento.zip'
CHUNK_SIZE = 4096


@auth.requires_login()
def index():
'muestra la grilla y permite la edición de los datos de los expedientes'
Expand Down Expand Up @@ -70,9 +71,6 @@ def index():

@auth.requires_login()
def download():
list_temp_directories = []
list_full_directories = []
file_loc_base = None
zip_filename = 'Movimiento.zip'
tempfiles = io.BytesIO()
temparchive = zipfile.ZipFile(tempfiles, 'w', zipfile.ZIP_DEFLATED)
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest==6.2.4
playwright==1.11.2
pytest-playwright==0.1.1
pytest-html==3.1.1
pytest-html==3.1.1
xhtml2pdf==0.2.5

0 comments on commit 4086d4f

Please sign in to comment.