From 5ca57df452161f1e280e26f110acb3e831ff5f64 Mon Sep 17 00:00:00 2001 From: ladeng07 <40017222+ladeng07@users.noreply.github.com> Date: Thu, 5 May 2022 18:32:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BA=86app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/ITShowPlatform.iml | 21 +- .idea/deployment.xml | 2 +- .idea/misc.xml | 2 +- .idea/workspace.xml | 210 +++++++++++++++--- {comments => Apps}/__init__.py | 0 .../migrations => Apps/comments}/__init__.py | 0 {comments => Apps/comments}/admin.py | 0 {comments => Apps/comments}/apps.py | 2 +- .../comments}/migrations/0001_initial.py | 0 .../comments/migrations}/__init__.py | 0 {comments => Apps/comments}/models.py | 0 {comments => Apps/comments}/serializers.py | 0 {comments => Apps/comments}/tests.py | 0 {comments => Apps/comments}/urls.py | 1 - {comments => Apps/comments}/views.py | 0 .../migrations => Apps/enroll}/__init__.py | 0 Apps/enroll/admin.py | 55 +++++ {enroll => Apps/enroll}/apps.py | 2 +- {enroll => Apps/enroll}/email.py | 2 +- .../enroll}/migrations/0001_initial.py | 0 ...0002_alter_new_member_schedule_and_more.py | 0 ...ber_email_alter_new_member_phone_number.py | 0 .../0004_alter_emailverifyrecord_send_time.py | 0 .../0005_alter_emailverifyrecord_code.py | 0 .../enroll/migrations}/__init__.py | 0 {enroll => Apps/enroll}/models.py | 0 .../enroll/serializers.py | 3 +- {enroll => Apps/enroll}/tests.py | 0 {enroll => Apps/enroll}/urls.py | 7 +- {enroll => Apps/enroll}/views.py | 6 +- .../migrations => Apps/history}/__init__.py | 0 {history => Apps/history}/admin.py | 0 {history => Apps/history}/apps.py | 2 +- Apps/history/migrations/0001_initial.py | 58 +++++ Apps/history/migrations/__init__.py | 0 {history => Apps/history}/models.py | 0 {history => Apps/history}/serializers.py | 2 +- {history => Apps/history}/tests.py | 0 {history => Apps/history}/urls.py | 2 +- {history => Apps/history}/views.py | 2 +- ITShowPlatform/settings.py | 10 +- ITShowPlatform/urls.py | 9 +- enroll/admin.py | 3 - media/lFUQpbHJ8k.jpg | Bin 0 -> 60320 bytes 44 files changed, 338 insertions(+), 63 deletions(-) rename {comments => Apps}/__init__.py (100%) rename {comments/migrations => Apps/comments}/__init__.py (100%) rename {comments => Apps/comments}/admin.py (100%) rename {comments => Apps/comments}/apps.py (82%) rename {comments => Apps/comments}/migrations/0001_initial.py (100%) rename {enroll => Apps/comments/migrations}/__init__.py (100%) rename {comments => Apps/comments}/models.py (100%) rename {comments => Apps/comments}/serializers.py (100%) rename {comments => Apps/comments}/tests.py (100%) rename {comments => Apps/comments}/urls.py (78%) rename {comments => Apps/comments}/views.py (100%) rename {enroll/migrations => Apps/enroll}/__init__.py (100%) create mode 100644 Apps/enroll/admin.py rename {enroll => Apps/enroll}/apps.py (83%) rename {enroll => Apps/enroll}/email.py (96%) rename {enroll => Apps/enroll}/migrations/0001_initial.py (100%) rename {enroll => Apps/enroll}/migrations/0002_alter_new_member_schedule_and_more.py (100%) rename {enroll => Apps/enroll}/migrations/0003_alter_new_member_email_alter_new_member_phone_number.py (100%) rename {enroll => Apps/enroll}/migrations/0004_alter_emailverifyrecord_send_time.py (100%) rename {enroll => Apps/enroll}/migrations/0005_alter_emailverifyrecord_code.py (100%) rename {history => Apps/enroll/migrations}/__init__.py (100%) rename {enroll => Apps/enroll}/models.py (100%) rename enroll/serializer.py => Apps/enroll/serializers.py (95%) rename {enroll => Apps/enroll}/tests.py (100%) rename {enroll => Apps/enroll}/urls.py (65%) rename {enroll => Apps/enroll}/views.py (94%) rename {history/migrations => Apps/history}/__init__.py (100%) rename {history => Apps/history}/admin.py (100%) rename {history => Apps/history}/apps.py (82%) create mode 100644 Apps/history/migrations/0001_initial.py create mode 100644 Apps/history/migrations/__init__.py rename {history => Apps/history}/models.py (100%) rename {history => Apps/history}/serializers.py (99%) rename {history => Apps/history}/tests.py (100%) rename {history => Apps/history}/urls.py (80%) rename {history => Apps/history}/views.py (98%) delete mode 100644 enroll/admin.py create mode 100644 media/lFUQpbHJ8k.jpg diff --git a/.idea/ITShowPlatform.iml b/.idea/ITShowPlatform.iml index 9b31378..c5d6a50 100644 --- a/.idea/ITShowPlatform.iml +++ b/.idea/ITShowPlatform.iml @@ -1,8 +1,25 @@ + + + + + + - - + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 8ff733f..fa01f2b 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6649a8c..67c853b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6bc96f5..f99f03d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -31,12 +31,50 @@ - + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +