suppression d'une des 2 petites icones

This commit is contained in:
MiharyR 2022-01-10 20:58:15 +01:00
parent b8c4efc9ad
commit b6d1855964
13 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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):

View file

@ -4,4 +4,3 @@ export FLASK_DEBUG=1
export PYTHONUNBUFFERED=1
export DATABASE_URL_USERS=postgresql://flaskaled1:aled1@localhost:5433/flaskaledDb1
export DATABASE_URL_LOGS=postgresql://flaskaled2:aled2@localhost:5434/flaskaledDb2
export SECRET_KEY=\xe6\xfe9;\xddA\x00\xca\xd4\xbb\x05q\xd9q\xe6e\x98DC\x08:+\xc9\x893\xd6\xa7\xea\x1e\x05\x03\xdc

0
backend/init-db1.sql Normal file → Executable file
View file