From a3df04153d59fc8201d1eaa8d504ed1f829462de Mon Sep 17 00:00:00 2001 From: sxh <1614940263@qq.com> Date: Fri, 16 Aug 2019 09:29:06 +0800 Subject: [PATCH 1/2] sxh --- .idea/1807c_git.iml | 31 ++ .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 273 ++++++++++++++++++ git_cs/__pycache__/__init__.cpython-36.pyc | Bin 138 -> 144 bytes git_cs/__pycache__/settings.cpython-36.pyc | Bin 2261 -> 2276 bytes git_cs/__pycache__/urls.cpython-36.pyc | Bin 972 -> 1008 bytes git_cs/__pycache__/wsgi.cpython-36.pyc | Bin 539 -> 545 bytes git_cs/settings.py | 1 + git_cs/urls.py | 1 + sxh/__init__.py | 0 sxh/__pycache__/__init__.cpython-36.pyc | Bin 0 -> 141 bytes sxh/__pycache__/admin.cpython-36.pyc | Bin 0 -> 182 bytes sxh/__pycache__/models.cpython-36.pyc | Bin 0 -> 179 bytes sxh/__pycache__/urls.cpython-36.pyc | Bin 0 -> 278 bytes sxh/__pycache__/views.cpython-36.pyc | Bin 0 -> 303 bytes sxh/admin.py | 3 + sxh/apps.py | 5 + sxh/migrations/__init__.py | 0 .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 152 bytes sxh/models.py | 3 + sxh/tests.py | 3 + sxh/urls.py | 6 + sxh/views.py | 5 + templates/index.html | 2 +- templates/sxh.html | 10 + 27 files changed, 363 insertions(+), 1 deletion(-) create mode 100644 .idea/1807c_git.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 sxh/__init__.py create mode 100644 sxh/__pycache__/__init__.cpython-36.pyc create mode 100644 sxh/__pycache__/admin.cpython-36.pyc create mode 100644 sxh/__pycache__/models.cpython-36.pyc create mode 100644 sxh/__pycache__/urls.cpython-36.pyc create mode 100644 sxh/__pycache__/views.cpython-36.pyc create mode 100644 sxh/admin.py create mode 100644 sxh/apps.py create mode 100644 sxh/migrations/__init__.py create mode 100644 sxh/migrations/__pycache__/__init__.cpython-36.pyc create mode 100644 sxh/models.py create mode 100644 sxh/tests.py create mode 100644 sxh/urls.py create mode 100644 sxh/views.py create mode 100644 templates/sxh.html diff --git a/.idea/1807c_git.iml b/.idea/1807c_git.iml new file mode 100644 index 0000000..f55066a --- /dev/null +++ b/.idea/1807c_git.iml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3999087 --- /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..b9796d4 --- /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..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..6abb02f --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +