proiect finalizat
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
from .user import User
|
||||
from .message import Message
|
||||
from .login import Login
|
||||
|
||||
'''
|
||||
The 'models' package contains the schematics for the API body structures. In more detail:
|
||||
- 'Login' model is used for the auth/login endpoint
|
||||
- 'User' model is used for the auto/signup and users endpoints
|
||||
- 'Message' model is used for the messages/send endpoint
|
||||
'''
|
||||
Reference in New Issue
Block a user