From e320fae4046087858e61c73f35b72d22248d9000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=BD=87=E6=BD=87?= Date: Sat, 11 Oct 2025 15:33:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Django=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E9=A1=B9=E7=9B=AE=E4=BB=A3=E7=A0=81=E5=88=B0src?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 +++ .idea/git-test.iml | 12 ++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ DjangoBlog => src/DjangoBlog | 0 src/__init__.py | 0 8 files changed, 43 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/git-test.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml rename DjangoBlog => src/DjangoBlog (100%) create mode 100644 src/__init__.py diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..359bb53 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml diff --git a/.idea/git-test.iml b/.idea/git-test.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/.idea/git-test.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..7cfef02 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..162ba46 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..71cd178 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/DjangoBlog b/src/DjangoBlog similarity index 100% rename from DjangoBlog rename to src/DjangoBlog diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e69de29