From 29eb3cb52538aae5203c88266c8a2b39a30ab202 Mon Sep 17 00:00:00 2001 From: mrticia Date: Sat, 7 Nov 2020 17:46:35 +0400 Subject: [PATCH] Modified Classes and Forms --- .idea/UnilabPythonDevelopment.iml | 12 +- .idea/misc.xml | 5 +- .idea/workspace.xml | 138 ++++++------------ .../FlaskLogin/myproject/forms.py | 37 +++-- .../FlaskLogin/myproject/models.py | 33 +++-- .../FlaskLogin/myproject/views.py | 31 ++-- .../examples/FlaskLogin/myproject/forms.py | 11 +- 7 files changed, 120 insertions(+), 147 deletions(-) diff --git a/.idea/UnilabPythonDevelopment.iml b/.idea/UnilabPythonDevelopment.iml index 6926533..98bfad7 100644 --- a/.idea/UnilabPythonDevelopment.iml +++ b/.idea/UnilabPythonDevelopment.iml @@ -1,7 +1,15 @@ - + - + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4ffa3b2..6649a8c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ - + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 030b333..b95ab55 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -19,128 +19,72 @@