From 60a4172c6aaf7262942e2741412a276c6125bd01 Mon Sep 17 00:00:00 2001 From: ZhuRuimin Date: Thu, 16 Nov 2023 21:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E4=BB=A3=E7=A0=81=E5=88=B0sr?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {hardware => src/hardware}/face.py | 0 {hardware => src/hardware}/rfid.py | 0 manage.py => src/manage.py | 0 {myapp => src/myapp}/admin.py | 0 {myapp => src/myapp}/apps.py | 0 {myapp => src/myapp}/models.py | 0 {myapp => src/myapp}/tests.py | 0 {myapp => src/myapp}/views.py | 0 {smartshop_be => src/smartshop_be}/asgi.py | 0 {smartshop_be => src/smartshop_be}/settings.py | 0 {smartshop_be => src/smartshop_be}/urls.py | 0 {smartshop_be => src/smartshop_be}/wsgi.py | 0 {templates => src/templates}/back/base.html | 0 .../templates}/back/order_management.html | 0 .../templates}/back/product_management.html | 0 .../templates}/back/user_management.html | 0 .../templates}/front/css/shoppingCart.css | 0 .../templates}/front/css/userLogin.css | 0 {templates => src/templates}/front/css/userSign.css | 0 .../templates}/front/html/shoppingCart.html | 0 .../templates}/front/html/userLogin.html | 0 .../templates}/front/html/userSign.html | 0 .../templates}/front/img/face-unscreen.gif | Bin {templates => src/templates}/front/img/face.gif | Bin {templates => src/templates}/front/img/product1.jpg | Bin {templates => src/templates}/front/img/product2.jpg | Bin {templates => src/templates}/front/js/userSign.js | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename {hardware => src/hardware}/face.py (100%) rename {hardware => src/hardware}/rfid.py (100%) rename manage.py => src/manage.py (100%) rename {myapp => src/myapp}/admin.py (100%) rename {myapp => src/myapp}/apps.py (100%) rename {myapp => src/myapp}/models.py (100%) rename {myapp => src/myapp}/tests.py (100%) rename {myapp => src/myapp}/views.py (100%) rename {smartshop_be => src/smartshop_be}/asgi.py (100%) rename {smartshop_be => src/smartshop_be}/settings.py (100%) rename {smartshop_be => src/smartshop_be}/urls.py (100%) rename {smartshop_be => src/smartshop_be}/wsgi.py (100%) rename {templates => src/templates}/back/base.html (100%) rename {templates => src/templates}/back/order_management.html (100%) rename {templates => src/templates}/back/product_management.html (100%) rename {templates => src/templates}/back/user_management.html (100%) rename {templates => src/templates}/front/css/shoppingCart.css (100%) rename {templates => src/templates}/front/css/userLogin.css (100%) rename {templates => src/templates}/front/css/userSign.css (100%) rename {templates => src/templates}/front/html/shoppingCart.html (100%) rename {templates => src/templates}/front/html/userLogin.html (100%) rename {templates => src/templates}/front/html/userSign.html (100%) rename {templates => src/templates}/front/img/face-unscreen.gif (100%) rename {templates => src/templates}/front/img/face.gif (100%) rename {templates => src/templates}/front/img/product1.jpg (100%) rename {templates => src/templates}/front/img/product2.jpg (100%) rename {templates => src/templates}/front/js/userSign.js (100%) diff --git a/hardware/face.py b/src/hardware/face.py similarity index 100% rename from hardware/face.py rename to src/hardware/face.py diff --git a/hardware/rfid.py b/src/hardware/rfid.py similarity index 100% rename from hardware/rfid.py rename to src/hardware/rfid.py diff --git a/manage.py b/src/manage.py similarity index 100% rename from manage.py rename to src/manage.py diff --git a/myapp/admin.py b/src/myapp/admin.py similarity index 100% rename from myapp/admin.py rename to src/myapp/admin.py diff --git a/myapp/apps.py b/src/myapp/apps.py similarity index 100% rename from myapp/apps.py rename to src/myapp/apps.py diff --git a/myapp/models.py b/src/myapp/models.py similarity index 100% rename from myapp/models.py rename to src/myapp/models.py diff --git a/myapp/tests.py b/src/myapp/tests.py similarity index 100% rename from myapp/tests.py rename to src/myapp/tests.py diff --git a/myapp/views.py b/src/myapp/views.py similarity index 100% rename from myapp/views.py rename to src/myapp/views.py diff --git a/smartshop_be/asgi.py b/src/smartshop_be/asgi.py similarity index 100% rename from smartshop_be/asgi.py rename to src/smartshop_be/asgi.py diff --git a/smartshop_be/settings.py b/src/smartshop_be/settings.py similarity index 100% rename from smartshop_be/settings.py rename to src/smartshop_be/settings.py diff --git a/smartshop_be/urls.py b/src/smartshop_be/urls.py similarity index 100% rename from smartshop_be/urls.py rename to src/smartshop_be/urls.py diff --git a/smartshop_be/wsgi.py b/src/smartshop_be/wsgi.py similarity index 100% rename from smartshop_be/wsgi.py rename to src/smartshop_be/wsgi.py diff --git a/templates/back/base.html b/src/templates/back/base.html similarity index 100% rename from templates/back/base.html rename to src/templates/back/base.html diff --git a/templates/back/order_management.html b/src/templates/back/order_management.html similarity index 100% rename from templates/back/order_management.html rename to src/templates/back/order_management.html diff --git a/templates/back/product_management.html b/src/templates/back/product_management.html similarity index 100% rename from templates/back/product_management.html rename to src/templates/back/product_management.html diff --git a/templates/back/user_management.html b/src/templates/back/user_management.html similarity index 100% rename from templates/back/user_management.html rename to src/templates/back/user_management.html diff --git a/templates/front/css/shoppingCart.css b/src/templates/front/css/shoppingCart.css similarity index 100% rename from templates/front/css/shoppingCart.css rename to src/templates/front/css/shoppingCart.css diff --git a/templates/front/css/userLogin.css b/src/templates/front/css/userLogin.css similarity index 100% rename from templates/front/css/userLogin.css rename to src/templates/front/css/userLogin.css diff --git a/templates/front/css/userSign.css b/src/templates/front/css/userSign.css similarity index 100% rename from templates/front/css/userSign.css rename to src/templates/front/css/userSign.css diff --git a/templates/front/html/shoppingCart.html b/src/templates/front/html/shoppingCart.html similarity index 100% rename from templates/front/html/shoppingCart.html rename to src/templates/front/html/shoppingCart.html diff --git a/templates/front/html/userLogin.html b/src/templates/front/html/userLogin.html similarity index 100% rename from templates/front/html/userLogin.html rename to src/templates/front/html/userLogin.html diff --git a/templates/front/html/userSign.html b/src/templates/front/html/userSign.html similarity index 100% rename from templates/front/html/userSign.html rename to src/templates/front/html/userSign.html diff --git a/templates/front/img/face-unscreen.gif b/src/templates/front/img/face-unscreen.gif similarity index 100% rename from templates/front/img/face-unscreen.gif rename to src/templates/front/img/face-unscreen.gif diff --git a/templates/front/img/face.gif b/src/templates/front/img/face.gif similarity index 100% rename from templates/front/img/face.gif rename to src/templates/front/img/face.gif diff --git a/templates/front/img/product1.jpg b/src/templates/front/img/product1.jpg similarity index 100% rename from templates/front/img/product1.jpg rename to src/templates/front/img/product1.jpg diff --git a/templates/front/img/product2.jpg b/src/templates/front/img/product2.jpg similarity index 100% rename from templates/front/img/product2.jpg rename to src/templates/front/img/product2.jpg diff --git a/templates/front/js/userSign.js b/src/templates/front/js/userSign.js similarity index 100% rename from templates/front/js/userSign.js rename to src/templates/front/js/userSign.js