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/__pycache__/app.cpython-38.pyc
Normal file
BIN
backend/__pycache__/app.cpython-38.pyc
Normal file
Binary file not shown.
BIN
backend/__pycache__/config.cpython-38.pyc
Normal file
BIN
backend/__pycache__/config.cpython-38.pyc
Normal file
Binary file not shown.
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 hashlib
|
||||||
import os
|
import os
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
@ -5,6 +6,7 @@ from flask_sqlalchemy import inspect
|
||||||
from sqlalchemy import asc, desc, or_
|
from sqlalchemy import asc, desc, or_
|
||||||
from .users_model import Users, db
|
from .users_model import Users, db
|
||||||
from .logs_model import Logs
|
from .logs_model import Logs
|
||||||
|
print("blabla")
|
||||||
|
|
||||||
|
|
||||||
def db_create_log(ip, action, message, has_succeeded, status_code, table=None, id_user=None):
|
def db_create_log(ip, action, message, has_succeeded, status_code, table=None, id_user=None):
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,3 @@ export FLASK_DEBUG=1
|
||||||
export PYTHONUNBUFFERED=1
|
export PYTHONUNBUFFERED=1
|
||||||
export DATABASE_URL_USERS=postgresql://flaskaled1:aled1@localhost:5433/flaskaledDb1
|
export DATABASE_URL_USERS=postgresql://flaskaled1:aled1@localhost:5433/flaskaledDb1
|
||||||
export DATABASE_URL_LOGS=postgresql://flaskaled2:aled2@localhost:5434/flaskaledDb2
|
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
0
backend/init-db1.sql
Normal file → Executable file
|
|
@ -33,7 +33,7 @@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="btnContainer">
|
<div class="btnContainer">
|
||||||
<button mat-button class="myBtn" (click)="onModifier()">
|
<button mat-button class="myBtn" (click)="onModifier()">
|
||||||
<mat-icon>edit</mat-icon> Modifier compte <mat-icon>edit</mat-icon>
|
<mat-icon>edit</mat-icon> Modifier compte
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="btnContainer">
|
<div class="btnContainer">
|
||||||
<button mat-button class="myBtn" (click)="onSupprimer()">
|
<button mat-button class="myBtn" (click)="onSupprimer()">
|
||||||
<mat-icon>delete</mat-icon> Supprimer compte <mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon> Supprimer compte
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue