proiect finalizat
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
The 'models' package contains schematics for the HTTP requests and validations for the information provided by the
|
||||
user during the authentication. The package contains:
|
||||
- http_models
|
||||
- view_models
|
||||
"""
|
||||
@@ -1,2 +1,6 @@
|
||||
from .login import LoginRequestModel
|
||||
from .signup import SignupRequestModel
|
||||
|
||||
"""
|
||||
The 'http_models' package contains the schematics for the body data when making HTTP requests
|
||||
"""
|
||||
@@ -1,2 +1,7 @@
|
||||
from .login import LoginModel
|
||||
from .signup import SignupModel
|
||||
|
||||
"""
|
||||
The 'view models' package contains the validations for the information the user provides during the authentication
|
||||
(login/sign up)
|
||||
"""
|
||||
Reference in New Issue
Block a user