suppression d'une des 2 petites icones
This commit is contained in:
parent
b8c4efc9ad
commit
b6d1855964
13 changed files with 4 additions and 3 deletions
BIN
backend/application/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
backend/application/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
backend/application/__pycache__/logs_model.cpython-38.pyc
Normal file
BIN
backend/application/__pycache__/logs_model.cpython-38.pyc
Normal file
Binary file not shown.
BIN
backend/application/__pycache__/responses.cpython-38.pyc
Normal file
BIN
backend/application/__pycache__/responses.cpython-38.pyc
Normal file
Binary file not shown.
BIN
backend/application/__pycache__/routes.cpython-38.pyc
Normal file
BIN
backend/application/__pycache__/routes.cpython-38.pyc
Normal file
Binary file not shown.
BIN
backend/application/__pycache__/sessionJWT.cpython-38.pyc
Normal file
BIN
backend/application/__pycache__/sessionJWT.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +1,4 @@
|
|||
print("test")
|
||||
import hashlib
|
||||
import os
|
||||
from datetime import datetime
|
||||
|
|
@ -5,6 +6,7 @@ from flask_sqlalchemy import inspect
|
|||
from sqlalchemy import asc, desc, or_
|
||||
from .users_model import Users, db
|
||||
from .logs_model import Logs
|
||||
print("blabla")
|
||||
|
||||
|
||||
def db_create_log(ip, action, message, has_succeeded, status_code, table=None, id_user=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue