From 134973894ba8c7223e7a52b63db9a8787f2f1f11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=9B=A7=E5=9B=A7?= <1833440580@qq.com> Date: Fri, 16 Aug 2019 09:12:10 +0800 Subject: [PATCH] 'liyichao:app' --- .idea/1807c_git.iml | 31 -- .idea/encodings.xml | 4 - .../inspectionProfiles/profiles_settings.xml | 6 - .idea/misc.xml | 16 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - .idea/workspace.xml | 420 ------------------ dusen/__pycache__/__init__.cpython-36.pyc | Bin 121 -> 134 bytes dusen/__pycache__/admin.cpython-36.pyc | Bin 162 -> 175 bytes dusen/__pycache__/models.cpython-36.pyc | Bin 159 -> 172 bytes dusen/__pycache__/urls.cpython-36.pyc | Bin 320 -> 333 bytes dusen/__pycache__/views.cpython-36.pyc | Bin 405 -> 418 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 132 -> 145 bytes fxy/__pycache__/__init__.cpython-36.pyc | Bin 119 -> 132 bytes fxy/__pycache__/admin.cpython-36.pyc | Bin 160 -> 173 bytes fxy/__pycache__/models.cpython-36.pyc | Bin 157 -> 170 bytes fxy/__pycache__/urls.cpython-36.pyc | Bin 256 -> 269 bytes fxy/__pycache__/views.cpython-36.pyc | Bin 281 -> 294 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 130 -> 143 bytes git_cs/__pycache__/__init__.cpython-36.pyc | Bin 122 -> 135 bytes git_cs/__pycache__/settings.cpython-36.pyc | Bin 2403 -> 2430 bytes git_cs/__pycache__/urls.cpython-36.pyc | Bin 1419 -> 1471 bytes git_cs/__pycache__/wsgi.cpython-36.pyc | Bin 523 -> 536 bytes git_cs/settings.py | 1 + git_cs/urls.py | 1 + guanliang/__pycache__/__init__.cpython-36.pyc | Bin 125 -> 138 bytes guanliang/__pycache__/admin.cpython-36.pyc | Bin 166 -> 179 bytes guanliang/__pycache__/models.cpython-36.pyc | Bin 163 -> 176 bytes guanliang/__pycache__/urls.cpython-36.pyc | Bin 298 -> 311 bytes guanliang/__pycache__/views.cpython-36.pyc | Bin 295 -> 308 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 136 -> 149 bytes hbj/__pycache__/__init__.cpython-36.pyc | Bin 119 -> 132 bytes hbj/__pycache__/admin.cpython-36.pyc | Bin 160 -> 173 bytes hbj/__pycache__/models.cpython-36.pyc | Bin 157 -> 170 bytes hbj/__pycache__/urls.cpython-36.pyc | Bin 256 -> 269 bytes hbj/__pycache__/views.cpython-36.pyc | Bin 281 -> 294 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 130 -> 143 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 127 -> 140 bytes houxiaodong/__pycache__/admin.cpython-36.pyc | Bin 168 -> 181 bytes houxiaodong/__pycache__/models.cpython-36.pyc | Bin 165 -> 178 bytes houxiaodong/__pycache__/urls.cpython-36.pyc | Bin 277 -> 290 bytes houxiaodong/__pycache__/views.cpython-36.pyc | Bin 297 -> 310 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 138 -> 151 bytes huoyanan/__pycache__/__init__.cpython-36.pyc | Bin 124 -> 137 bytes huoyanan/__pycache__/admin.cpython-36.pyc | Bin 165 -> 178 bytes huoyanan/__pycache__/models.cpython-36.pyc | Bin 162 -> 175 bytes huoyanan/__pycache__/urls.cpython-36.pyc | Bin 271 -> 284 bytes huoyanan/__pycache__/views.cpython-36.pyc | Bin 296 -> 309 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 135 -> 148 bytes klq/__pycache__/__init__.cpython-36.pyc | Bin 119 -> 132 bytes klq/__pycache__/admin.cpython-36.pyc | Bin 160 -> 173 bytes klq/__pycache__/models.cpython-36.pyc | Bin 157 -> 170 bytes klq/__pycache__/urls.cpython-36.pyc | Bin 274 -> 287 bytes klq/__pycache__/views.cpython-36.pyc | Bin 281 -> 294 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 130 -> 143 bytes lilei/__pycache__/__init__.cpython-36.pyc | Bin 121 -> 134 bytes lilei/__pycache__/admin.cpython-36.pyc | Bin 162 -> 175 bytes lilei/__pycache__/models.cpython-36.pyc | Bin 159 -> 172 bytes lilei/__pycache__/urls.cpython-36.pyc | Bin 320 -> 333 bytes lilei/__pycache__/views.cpython-36.pyc | Bin 405 -> 418 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 132 -> 145 bytes lishan/__pycache__/__init__.cpython-36.pyc | Bin 122 -> 135 bytes lishan/__pycache__/admin.cpython-36.pyc | Bin 163 -> 176 bytes lishan/__pycache__/models.cpython-36.pyc | Bin 160 -> 173 bytes lishan/__pycache__/urls.cpython-36.pyc | Bin 323 -> 336 bytes lishan/__pycache__/views.cpython-36.pyc | Bin 408 -> 421 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 133 -> 146 bytes liyichao/__init__.py | 0 liyichao/admin.py | 3 + liyichao/apps.py | 5 + liyichao/migrations/__init__.py | 0 .../__pycache__/__init__.cpython-36.pyc | Bin 0 -> 148 bytes liyichao/models.py | 3 + liyichao/tests.py | 3 + liyichao/urls.py | 8 + liyichao/views.py | 9 + mazhen/__pycache__/__init__.cpython-36.pyc | Bin 122 -> 135 bytes mazhen/__pycache__/admin.cpython-36.pyc | Bin 163 -> 176 bytes mazhen/__pycache__/models.cpython-36.pyc | Bin 160 -> 173 bytes mazhen/__pycache__/urls.cpython-36.pyc | Bin 323 -> 336 bytes mazhen/__pycache__/views.cpython-36.pyc | Bin 408 -> 421 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 133 -> 146 bytes templates/index.html | 2 +- templates/liyichao.html | 10 + .../__pycache__/__init__.cpython-36.pyc | Bin 126 -> 139 bytes wangmwngli/__pycache__/admin.cpython-36.pyc | Bin 167 -> 180 bytes wangmwngli/__pycache__/models.cpython-36.pyc | Bin 164 -> 177 bytes wangmwngli/__pycache__/urls.cpython-36.pyc | Bin 291 -> 304 bytes wangmwngli/__pycache__/views.cpython-36.pyc | Bin 297 -> 310 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 137 -> 150 bytes wsw/__pycache__/__init__.cpython-36.pyc | Bin 119 -> 132 bytes wsw/__pycache__/admin.cpython-36.pyc | Bin 160 -> 173 bytes wsw/__pycache__/models.cpython-36.pyc | Bin 157 -> 170 bytes wsw/__pycache__/urls.cpython-36.pyc | Bin 374 -> 387 bytes wsw/__pycache__/views.cpython-36.pyc | Bin 402 -> 415 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 130 -> 143 bytes zhanghao/__pycache__/__init__.cpython-36.pyc | Bin 124 -> 137 bytes zhanghao/__pycache__/admin.cpython-36.pyc | Bin 165 -> 178 bytes zhanghao/__pycache__/models.cpython-36.pyc | Bin 162 -> 175 bytes zhanghao/__pycache__/urls.cpython-36.pyc | Bin 271 -> 284 bytes zhanghao/__pycache__/views.cpython-36.pyc | Bin 319 -> 332 bytes .../__pycache__/__init__.cpython-36.pyc | Bin 135 -> 148 bytes 102 files changed, 44 insertions(+), 492 deletions(-) delete mode 100644 .idea/1807c_git.iml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml create mode 100644 liyichao/__init__.py create mode 100644 liyichao/admin.py create mode 100644 liyichao/apps.py create mode 100644 liyichao/migrations/__init__.py create mode 100644 liyichao/migrations/__pycache__/__init__.cpython-36.pyc create mode 100644 liyichao/models.py create mode 100644 liyichao/tests.py create mode 100644 liyichao/urls.py create mode 100644 liyichao/views.py create mode 100644 templates/liyichao.html diff --git a/.idea/1807c_git.iml b/.idea/1807c_git.iml deleted file mode 100644 index 6f457f0..0000000 --- a/.idea/1807c_git.iml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 57a2424..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,16 +0,0 @@ -<<<<<<< HEAD - - - - - -======= - - - - - ->>>>>>> dev - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index b9796d4..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4b066a8..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,420 +0,0 @@ -<<<<<<< HEAD - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -