?h}s7fl+uAf_5Uns0~g(_vPOX0Fd7!fcavH(xrhG$MHd@>K_ zSyIiiL`Rt|i;x-TCS>ivsJlj?eFM{@%Fmc+bSS2%42n}(=2ec?Bvu7x%e(z^Hy~hpUoLis-fhGXvsD=(ij4hTP}~Gi_|zSnTW= bcS1MQdHF|uYP7?nQp=`L$L`urant(+f?!pl literal 0 HcmV?d00001 diff --git a/zhanghao/migrations/__pycache__/__init__.cpython-35.pyc b/zhanghao/migrations/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0877f90886c36ffc608f01f18ce92b9d8372f374 GIT binary patch literal 168 zcmWgV<>h*878=U{1dl-k3@`#24nSPY0whux7=kq!{Z=v*frJsn*B~I**(xTqIJKxa z#xW%~GcU8aq$sf@zbM8fwK%&ZzaYjvv*gL{$xnApjxn?_Fi(z8&n$_l%1F#h&q&OV o$<0g$s?N;MD~^ee2Wl>fkJl@xyv1RYo1apelWGUDt{8|J0DR&uOaK4? literal 0 HcmV?d00001 diff --git a/zhangruiqiang/__init__.py b/zhangruiqiang/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/zhangruiqiang/__pycache__/__init__.cpython-35.pyc b/zhangruiqiang/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d2713147f51a97accb5f0715d744da3941dc7cf GIT binary patch literal 162 zcmWgV<>gW}4~=C2g2x~N1{i@12OutH0TL+;48fX=ek&P@K*9*(s}GRtY!wq)oLW>I z yUl8M-S@LA} gW}4~=zVU|@I*#Bjg_WH|tFu?Ubz0U}0*90rD5MusRx2F4U7hG0$Rmp~Z? zO~zZSi7C06d48HqQG6*`iFxVyddc~DB}JJ@MIb{~G88cbDKPQX6UcJ5iU}=FEh>(2 z1Zm4GE-6YZ$uEj=NiEJU$uEd;&n$Ved-Bs=lVc1m49t_`(=$tAsxpAa7L{feW&-IL auyuL`mA5!-a`RJ4b5iXXfyNdCF#`almNsbs literal 0 HcmV?d00001 diff --git a/zhangruiqiang/__pycache__/models.cpython-35.pyc b/zhangruiqiang/__pycache__/models.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85bfc84f1cfe5ab1290bd63b8ef5fd613970c31a GIT binary patch literal 204 zcmWgV<>gW}4~?~9U|@I*#Bjg_WH|tFu?Ubz0U}0*90rD5MusRx2F4U7hG0$Rmp~Z? zO~zYnx%nxnImLdOOt&~wvJ&&s^Yv1aia-XeWGG?*Qefh%7m(#_6%$&VT2vh4n39{B zmswm=lvt8q6yuUwoL!P%5aXU%@?`hqr@JP{7+M&ZCB}mc&$L08K0^%`D6W(lHRL X^a?6(ao7Oar8%i~j6idXftUdR9B?(Q literal 0 HcmV?d00001 diff --git a/zhangruiqiang/__pycache__/urls.cpython-35.pyc b/zhangruiqiang/__pycache__/urls.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca61aff25d922c88202056b4f238219f9c9f5283 GIT binary patch literal 336 zcmY+8Jx&8L5QWG4M<801jx%f%pbA0=fdGYy2BnFNq7}9_4*Q4g1(B8` z&a1rDd zC^!H;&ka&6&o}ct<7e-r>DKFLa`Qn%pNRhzqdGyD3qW8qDv2saQ%20|fXaZXkftFt zQbdxG07F^?Bx1thbHEDRK%LNaw($ci%9xAV+|H5X2PGekOPBM!E_A2v74mX>P42p= z&MSG9C9W?P=r_YomqrJ$(ve39xL)42Ge7A1Xv5!1U7Huun|{RO_Yyce
ir}$dy2tM>oj=^U%|Y| zwZ_5+uy=L~F~fe}%+Bo0H@hE2yX*ewb_oEVj6VxFI%m)Ulj0*F2Pg!L1qc;@3gHc4 z%s~ro;`TScf><;i)TPpx3U_C7K4c6S6fs$V7eDPa;J#qE*jr?ia*DN?8}>
($rCN*)~__S3tm zv2sg7J{tW*$?Um_w(?GZoGu9LFc0If>8X2Os!AxU(5AH|znCxkh5k{STbiBIqEdCP L&)mQLuwM8JA<|US literal 0 HcmV?d00001 diff --git a/zhangruiqiang/admin.py b/zhangruiqiang/admin.py new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/zhangruiqiang/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/zhangruiqiang/apps.py b/zhangruiqiang/apps.py new file mode 100644 index 0000000..aca2b39 --- /dev/null +++ b/zhangruiqiang/apps.py @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class ZhangruiqiangConfig(AppConfig): + name = 'zhangruiqiang' diff --git a/zhangruiqiang/migrations/__init__.py b/zhangruiqiang/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/zhangruiqiang/migrations/__pycache__/__init__.cpython-35.pyc b/zhangruiqiang/migrations/__pycache__/__init__.cpython-35.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a194f18dc71e30a0dcdc301c443762ceab8693b9 GIT binary patch literal 173 zcmWgV<>gW}4~=C2g2x~N1{i@12OutH0TL+;48fX=ek&P@K*9*(YdDbWY!wq)oLW>I z yUl8M-S@LA} KmdyOT;+Xh&pa~`M@p=W7w>WHa^HWN5Qtd!?76UN@00(+6yZ`_I literal 0 HcmV?d00001 diff --git a/zhangruiqiang/models.py b/zhangruiqiang/models.py new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/zhangruiqiang/models.py @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/zhangruiqiang/tests.py b/zhangruiqiang/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/zhangruiqiang/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/zhangruiqiang/urls.py b/zhangruiqiang/urls.py new file mode 100644 index 0000000..4dd862b --- /dev/null +++ b/zhangruiqiang/urls.py @@ -0,0 +1,8 @@ +from django.urls import path +#rom guanliangliang import views +from zhangruiqiang import views +app_name = 'zhangruiqiang' + +urlpatterns = [ + path('zhangruiqiang/', views.zhangruiqiang, name='zhangruiqiang') +] \ No newline at end of file diff --git a/zhangruiqiang/views.py b/zhangruiqiang/views.py new file mode 100644 index 0000000..ebef0f5 --- /dev/null +++ b/zhangruiqiang/views.py @@ -0,0 +1,5 @@ +from django.shortcuts import render + +# Create your views here. +def zhangruiqiang(request): + return render(request,'zhangruiqiang.html') \ No newline at end of file -- Gitee From a5d7108ff7f425337ef8b48b5673ffa611987009 Mon Sep 17 00:00:00 2001 From: zhangruiqiang <2465967222@qq.com> Date: Thu, 15 Aug 2019 18:52:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=BC=A0=E7=91=9E=E5=BC=BA=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/1807c_git.iml | 31 ---- .idea/misc.xml | 7 - .idea/modules.xml | 8 - .idea/vcs.xml | 6 - .idea/workspace.xml | 366 -------------------------------------------- 5 files changed, 418 deletions(-) delete mode 100644 .idea/1807c_git.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/1807c_git.iml b/.idea/1807c_git.iml deleted file mode 100644 index a9b22ee..0000000 --- a/.idea/1807c_git.iml +++ /dev/null @@ -1,31 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 01db21d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - -- -- -- - - - - - - -- -- - - - - - -- -- - \ 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 3bd1268..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,366 +0,0 @@ - -- -- - \ No newline at end of file -- Gitee- --
-- - - - - - - - - - - - - - -- - -- -- -- -- -- -- - -- -- - -- -- -- -- - -- -- -- -- - -- -- -- -- - -- -- -- -- - -- - -- -- -- -- - -- -- -- -- - -- -- -- -- - -- - -- -- -- -- - -- --
-- - - -- - -- --
-- - - - - - - - - - -- - - - - -- -- - -- - -- -- - -- -- -
- -
- -- -
- -
- -
- -- -
- -
- -
- -- -
- -
- -
- -- -
- -
- -
- -- - - - - - - -- --
-- -- - -- - -- -- - - - -- - - - - - - - - - - - - - - - - - -- - -- -- 1565864224947 -- - 1565864224947 -- - - -- - - -- -- - - - - - - - - - - - - - - - - - - - - - -- - -- -- -- -- - -- - -- - -- -- -- - -- -- -- - -- -- -- - -- - -- -- -- - -- -- -- - -- -- -- - -- - -- -- -- - -- -- -- - -- -- --