Enhancements

This commit is contained in:
2026-06-25 11:19:08 +02:00
parent 8804d21c32
commit 9343657d20
62 changed files with 10210 additions and 976 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy.ext.declarative import declarative_base
URL_DATABASE = 'postgresql://sust:sust@192.168.1.202:5432/sust'
URL_DATABASE = 'postgresql://sust:sust@postgresql.home:5432/sust'
engine = create_engine(URL_DATABASE)