From 8ec1d14330a2c7d38d9bf0d04a48de09f92d2af8 Mon Sep 17 00:00:00 2001 From: Marwan Alwali Date: Thu, 26 Dec 2024 11:10:47 +0300 Subject: [PATCH 1/2] update --- .idea/car_inventory.iml | 1 + .idea/dataSources.xml | 14 ++++++ .idea/jsLibraryMappings.xml | 2 +- .../__pycache__/settings.cpython-311.pyc | Bin 6326 -> 6326 bytes inventory/__pycache__/forms.cpython-311.pyc | Bin 17770 -> 17770 bytes inventory/__pycache__/models.cpython-311.pyc | Bin 51219 -> 51098 bytes inventory/__pycache__/urls.cpython-311.pyc | Bin 12175 -> 12175 bytes inventory/__pycache__/views.cpython-311.pyc | Bin 74867 -> 74914 bytes inventory/views.py | 3 +- static/.DS_Store | Bin 12292 -> 12292 bytes static/images/.DS_Store | Bin 10244 -> 10244 bytes static/images/favicons/.DS_Store | Bin 6148 -> 6148 bytes .../favicons/android-chrome-192x192.png | Bin 1489 -> 11874 bytes .../favicons/android-chrome-512x512.png | Bin 7222 -> 30350 bytes static/images/favicons/apple-touch-icon.png | Bin 1708 -> 9433 bytes static/images/favicons/favicon-16x16.png | Bin 335 -> 634 bytes static/images/favicons/favicon-32x32.png | Bin 967 -> 1364 bytes static/images/favicons/favicon.ico | Bin 3282 -> 2315 bytes static/images/logos/logo-d.png | Bin 0 -> 34110 bytes templates/.DS_Store | Bin 12292 -> 12292 bytes templates/base.html | 43 ++++++++++++++---- templates/dashboards/accounting.html | 25 +++++----- templates/{ => dashboards}/crm.html | 2 +- 23 files changed, 64 insertions(+), 26 deletions(-) create mode 100644 .idea/dataSources.xml create mode 100644 static/images/logos/logo-d.png rename templates/{ => dashboards}/crm.html (99%) diff --git a/.idea/car_inventory.iml b/.idea/car_inventory.iml index fa621f35..f2963bf3 100644 --- a/.idea/car_inventory.iml +++ b/.idea/car_inventory.iml @@ -26,6 +26,7 @@ +