From f108e013c24c558b8013f438137db9de640ea1f8 Mon Sep 17 00:00:00 2001 From: Danamir Date: Mon, 4 Aug 2025 10:23:40 +0300 Subject: [PATCH] fix branch --- .gitignore | 15 ++--- templates/all_OLD.html | 147 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+), 10 deletions(-) create mode 100644 templates/all_OLD.html diff --git a/.gitignore b/.gitignore index 3eab82b..7d765a4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,16 +2,11 @@ .vscode instance venv/ - -__pychache__/* +__pycache__ 123 - - -zabalans.csv -project.db - - +*.csv +*.db c*.txt -migrations/__pycache__/* -migrations/versions/__pycache__/* \ No newline at end of file +migrations/* +.idea \ No newline at end of file diff --git a/templates/all_OLD.html b/templates/all_OLD.html new file mode 100644 index 0000000..bb4c598 --- /dev/null +++ b/templates/all_OLD.html @@ -0,0 +1,147 @@ +{% extends 'base.html' %} + + +{% block content %} + + + + + + + + + + + + +
+ +

Все мат. ценности

+ + +
+ +
+ +
+ +
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + +

п/п
АСУ
№ п/п
вед
Инв. номерНазваниеКол-воСчётАуд - яРасположение
+ +
+
+ + + {% endblock %} \ No newline at end of file