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