diff --git a/.gitignore b/.gitignore index fe99842..25636a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ venv/ -__pycahe__ -settings \ No newline at end of file +*.pyc +__pycache__/ \ No newline at end of file diff --git a/Inventario/__pycache__/__init__.cpython-313.pyc b/Inventario/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 45c559e..0000000 Binary files a/Inventario/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/__init__.cpython-39.pyc b/Inventario/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index 8f88979..0000000 Binary files a/Inventario/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/admin.cpython-313.pyc b/Inventario/__pycache__/admin.cpython-313.pyc deleted file mode 100644 index 8b9af74..0000000 Binary files a/Inventario/__pycache__/admin.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/admin.cpython-39.pyc b/Inventario/__pycache__/admin.cpython-39.pyc deleted file mode 100644 index 6ef3bc4..0000000 Binary files a/Inventario/__pycache__/admin.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/apps.cpython-313.pyc b/Inventario/__pycache__/apps.cpython-313.pyc deleted file mode 100644 index 99c0fde..0000000 Binary files a/Inventario/__pycache__/apps.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/apps.cpython-39.pyc b/Inventario/__pycache__/apps.cpython-39.pyc deleted file mode 100644 index 9d66c4e..0000000 Binary files a/Inventario/__pycache__/apps.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/forms.cpython-313.pyc b/Inventario/__pycache__/forms.cpython-313.pyc deleted file mode 100644 index 9e6a6bb..0000000 Binary files a/Inventario/__pycache__/forms.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/forms.cpython-39.pyc b/Inventario/__pycache__/forms.cpython-39.pyc deleted file mode 100644 index c0ac0ba..0000000 Binary files a/Inventario/__pycache__/forms.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/models.cpython-313.pyc b/Inventario/__pycache__/models.cpython-313.pyc deleted file mode 100644 index f31d56e..0000000 Binary files a/Inventario/__pycache__/models.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/models.cpython-39.pyc b/Inventario/__pycache__/models.cpython-39.pyc deleted file mode 100644 index f5e5a16..0000000 Binary files a/Inventario/__pycache__/models.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/views.cpython-313.pyc b/Inventario/__pycache__/views.cpython-313.pyc deleted file mode 100644 index 3e21d35..0000000 Binary files a/Inventario/__pycache__/views.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/views.cpython-39.pyc b/Inventario/__pycache__/views.cpython-39.pyc deleted file mode 100644 index fb3efee..0000000 Binary files a/Inventario/__pycache__/views.cpython-39.pyc and /dev/null differ diff --git a/Inventario/__pycache__/viewspdf.cpython-313.pyc b/Inventario/__pycache__/viewspdf.cpython-313.pyc deleted file mode 100644 index cbef389..0000000 Binary files a/Inventario/__pycache__/viewspdf.cpython-313.pyc and /dev/null differ diff --git a/Inventario/__pycache__/viewspdf.cpython-39.pyc b/Inventario/__pycache__/viewspdf.cpython-39.pyc deleted file mode 100644 index ff3b080..0000000 Binary files a/Inventario/__pycache__/viewspdf.cpython-39.pyc and /dev/null differ diff --git a/Inventario/templates/Base.html b/Inventario/templates/Base.html index ac73800..adbd397 100644 --- a/Inventario/templates/Base.html +++ b/Inventario/templates/Base.html @@ -4,114 +4,82 @@