Changed: Postgres Address
This commit is contained in:
parent
c3201f9669
commit
a14dd8553b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
# ---> Custom
|
||||
pickles/*
|
||||
assets/documents/*
|
||||
assets/Presentations
|
||||
assets/Presentations/
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
BIN
assets/Presentations/DiKum.pdf
Normal file
BIN
assets/Presentations/DiKum.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_1.pdf
Normal file
BIN
assets/Presentations/MeWi_1.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_2.pdf
Normal file
BIN
assets/Presentations/MeWi_2.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_3.pdf
Normal file
BIN
assets/Presentations/MeWi_3.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_4.pdf
Normal file
BIN
assets/Presentations/MeWi_4.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_5.pdf
Normal file
BIN
assets/Presentations/MeWi_5.pdf
Normal file
Binary file not shown.
BIN
assets/Presentations/MeWi_6.pdf
Normal file
BIN
assets/Presentations/MeWi_6.pdf
Normal file
Binary file not shown.
@ -32,7 +32,7 @@ groups = {
|
||||
|
||||
print(df)
|
||||
#init_db('WiSe_24_25.db')
|
||||
init_postgres('postgresql://admin:admin@127.0.0.1/learnlytics')
|
||||
init_postgres('postgresql://admin:admin@100.96.135.91/learnlytics')
|
||||
db.drop_tables(tables)
|
||||
db.create_tables(tables)
|
||||
# Create Class
|
||||
|
@ -25,7 +25,7 @@ def main() -> None:
|
||||
with open("./pickles/database_location.txt", "w") as f:
|
||||
f.write(file)
|
||||
|
||||
init_postgres('postgres://admin:admin@127.0.0.1:5432/learnlytics')
|
||||
init_postgres('postgres://admin:admin@100.96.135.91:5432/learnlytics')
|
||||
|
||||
# Set Window Parameters
|
||||
runner_params = hello_imgui.RunnerParams()
|
||||
|
Loading…
Reference in New Issue
Block a user