From 135da0ade1cbea110f37ea8acedc704e94cf47ef Mon Sep 17 00:00:00 2001 From: kikimor Date: Wed, 30 Jul 2025 19:39:39 +0300 Subject: [PATCH] clean unused templates added .env file to git because of the reason :) --- .env | 41 + .idea/workspace.xml | 60 +- accounts/views.py | 10 +- booking/views/client_views.py | 10 +- booking/views/employee_views.py | 10 +- common/views/client_views.py | 20 +- common/views/employee_views.py | 20 +- containers/views/common.py | 4 +- containers/views/employee_views.py | 14 +- ...ompose.minio.yml => docker-compose.dev.yml | 0 preinfo/views/client_views.py | 10 +- preinfo/views/employee_views.py | 10 +- static/js/crud-list.js | 2 - static/styles/forms.css | 4 +- static/styles/tables.css | 15 + .../chatgpt/Tailwind to CSS conversion.html | 140 --- .../root-n666fg12.css | 1 - .../saved_resource.html | 3 - templates/chatgpt/client-sidebar.html | 71 -- templates/chatgpt/round table.html | 99 -- templates/chatgpt/styles.css | 87 -- templates/chatgpt/zzz.html | 232 ---- templates/client-base.html | 5 - templates/client-dashboard-original.html | 689 ----------- templates/container-receive-original.html | 926 -------------- templates/depot-main.html | 1078 ----------------- templates/employee-base.html | 5 - templates/index.html | 689 ----------- templates/list-crud.html | 24 +- templates/login - test.html | 354 ------ templates/logintest.html | 114 -- templates/preinfo-search.html | 126 -- templates/recent.html | 40 - templates/test-gmaps.html | 45 - templates/test.html | 342 ------ 35 files changed, 150 insertions(+), 5150 deletions(-) create mode 100644 .env rename docker-compose.minio.yml => docker-compose.dev.yml (100%) delete mode 100644 templates/chatgpt/Tailwind to CSS conversion.html delete mode 100644 templates/chatgpt/Tailwind to CSS conversion_files/root-n666fg12.css delete mode 100644 templates/chatgpt/Tailwind to CSS conversion_files/saved_resource.html delete mode 100644 templates/chatgpt/client-sidebar.html delete mode 100644 templates/chatgpt/round table.html delete mode 100644 templates/chatgpt/styles.css delete mode 100644 templates/chatgpt/zzz.html delete mode 100644 templates/client-base.html delete mode 100644 templates/client-dashboard-original.html delete mode 100644 templates/container-receive-original.html delete mode 100644 templates/depot-main.html delete mode 100644 templates/employee-base.html delete mode 100644 templates/index.html delete mode 100644 templates/login - test.html delete mode 100644 templates/logintest.html delete mode 100644 templates/preinfo-search.html delete mode 100644 templates/recent.html delete mode 100644 templates/test-gmaps.html delete mode 100644 templates/test.html diff --git a/.env b/.env new file mode 100644 index 0000000..2db9de7 --- /dev/null +++ b/.env @@ -0,0 +1,41 @@ +DB_USER="postgres" +DB_PASSWORD="admin" +DB_HOST="localhost" +DB_PORT=5432 +DB_NAME="depot" +TEST_DB_NAME="depot_test" + +SECRET_KEY='7b112605-9074-4195-98e9-7add8d57942d' +CONFIG_ENV='config.DevelopmentConfig' + +JWT_EXPIRATION_DELTA=2 +EPAY_SECURITY_KEY='VX6FIDVFI5MSP39UYMDWI47DX37T7H8ZT8AAC4UYS1IGCT9YFMJWJ98AH4YHJ3VY' +EPAY_CLIENT_ID='D056898459' +INVOICE_EXPIRE_PERIOD=3 + +OWNCLOUD_URL='https://cloud.kikimor.com' +OWNCLOUD_USER='kikimor' +OWNCLOUD_PASSWORD='ShuShunka1!' +OWNCLOUD_DAMAGES_FOLDER='damages/' + +EMAIL_HOST="smtp.gmail.com" +EMAIL_PORT=587 +EMAIL_HOST_USER="kikimor.eood@gmail.com" +EMAIL_HOST_PASSWORD="mjra fwsq iyaq yzai" +EMAIL_USE_TLS=True + +ADMIN_USER_EMAIL="kikimor@gmail.com" +ADMIN_USER_NAME="kikimor" +ADMIN_USER_PASSWORD="shushunka1" + +POSTGRES_USER=$DB_USER +POSTGRES_PASSWORD=$DB_PASSWORD +POSTGRES_DB=$DB_NAME + +MINIO_ENDPOINT="localhost:9000" +MINIO_ACCESS_KEY="kikimor" +MINIO_SECRET_KEY="shushunka1" +MINIO_BUCKET_NAME="damages" +AWS_S3_CUSTOM_DOMAIN='localhost:9000' # For browser acce +AWS_S3_URL_PROTOCOL='http' +MINIO_SERVER_URL="http://localhost:9000" \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7fdaf53..2085c86 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,48 +5,40 @@ - - - - - - - - + - + + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - + + + + + +