From 9c773c9a13aeae03100c246b01bfbeeeb4625cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E5=B9=95?= <1253837629@qq.com> Date: Fri, 16 Aug 2019 10:46:03 +0800 Subject: [PATCH 1/2] laofande app --- .idea/1807c_git.iml | 31 ++ .idea/inspectionProfiles/Project_Default.xml | 17 ++ .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 267 ++++++++++++++++++ git_cs/__pycache__/__init__.cpython-36.pyc | Bin 138 -> 146 bytes git_cs/__pycache__/settings.cpython-36.pyc | Bin 2261 -> 2281 bytes git_cs/__pycache__/urls.cpython-36.pyc | Bin 972 -> 1016 bytes git_cs/__pycache__/wsgi.cpython-36.pyc | Bin 539 -> 547 bytes git_cs/settings.py | 1 + git_cs/urls.py | 1 + laofan/__init__.py | 0 laofan/__pycache__/__init__.cpython-36.pyc | Bin 0 -> 146 bytes laofan/__pycache__/admin.cpython-36.pyc | Bin 0 -> 187 bytes laofan/__pycache__/models.cpython-36.pyc | Bin 0 -> 184 bytes laofan/__pycache__/urls.cpython-36.pyc | Bin 0 -> 286 bytes laofan/__pycache__/views.cpython-36.pyc | Bin 0 -> 314 bytes laofan/admin.py | 3 + laofan/apps.py | 5 + laofan/migrations/__init__.py | 0 .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 157 bytes laofan/models.py | 3 + laofan/tests.py | 3 + laofan/urls.py | 9 + laofan/views.py | 6 + templates/index.html | 2 +- templates/laofan.html | 10 + 28 files changed, 378 insertions(+), 1 deletion(-) create mode 100644 .idea/1807c_git.iml create mode 100644 .idea/inspectionProfiles/Project_Default.xml 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 laofan/__init__.py create mode 100644 laofan/__pycache__/__init__.cpython-36.pyc create mode 100644 laofan/__pycache__/admin.cpython-36.pyc create mode 100644 laofan/__pycache__/models.cpython-36.pyc create mode 100644 laofan/__pycache__/urls.cpython-36.pyc create mode 100644 laofan/__pycache__/views.cpython-36.pyc create mode 100644 laofan/admin.py create mode 100644 laofan/apps.py create mode 100644 laofan/migrations/__init__.py create mode 100644 laofan/migrations/__pycache__/__init__.cpython-36.pyc create mode 100644 laofan/models.py create mode 100644 laofan/tests.py create mode 100644 laofan/urls.py create mode 100644 laofan/views.py create mode 100644 templates/laofan.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/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6ebb94f --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..2891897 --- /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..8826d9c --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +