From d768d5eda17e36273d60616ed1ebd21b5e445134 Mon Sep 17 00:00:00 2001 From: Pupil59 <17373118@buaa.edu.cn> Date: Wed, 20 May 2020 00:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=AE=9E=E4=BD=93=E7=9A=84?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E3=80=81=E4=BF=AE=E6=94=B9=E3=80=81=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E3=80=81=E6=9F=A5=E8=AF=A2=E4=BB=A5=E5=8F=8A=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=9B=E5=BB=BA=E5=8A=9F=E8=83=BD,=20close=20#59,?= =?UTF-8?q?=20#55,=20#56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- textMark/.idea/workspace.xml | 183 ++++++++++-------- .../migrations/0002_auto_20200511_2155.py | 28 +++ textMark/db.sqlite3 | Bin 176128 -> 176128 bytes textMark/project/entity.py | 1 + textMark/project/relation.py | 2 +- textMark/project/tests_entity.py | 131 ++++++++----- textMark/project/text.py | 79 ++++++++ textMark/register/models.py | 4 + textMark/register/user.py | 85 +++++++- textMark/templates/textMark/index.html | 1 - textMark/templates/textMark/user-info.html | 2 +- 11 files changed, 381 insertions(+), 135 deletions(-) create mode 100644 textMark/common/migrations/0002_auto_20200511_2155.py create mode 100644 textMark/project/text.py diff --git a/textMark/.idea/workspace.xml b/textMark/.idea/workspace.xml index 5e5f15a..83956b3 100644 --- a/textMark/.idea/workspace.xml +++ b/textMark/.idea/workspace.xml @@ -9,24 +9,17 @@