Changed: Postgres Address
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
# ---> Custom
 | 
					# ---> Custom
 | 
				
			||||||
pickles/*
 | 
					pickles/*
 | 
				
			||||||
assets/documents/*
 | 
					assets/documents/*
 | 
				
			||||||
assets/Presentations
 | 
					assets/Presentations/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ---> Python
 | 
					# ---> Python
 | 
				
			||||||
# Byte-compiled / optimized / DLL files
 | 
					# 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)
 | 
					print(df)
 | 
				
			||||||
#init_db('WiSe_24_25.db')
 | 
					#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.drop_tables(tables)
 | 
				
			||||||
db.create_tables(tables)
 | 
					db.create_tables(tables)
 | 
				
			||||||
# Create Class
 | 
					# Create Class
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -25,7 +25,7 @@ def main() -> None:
 | 
				
			|||||||
        with open("./pickles/database_location.txt", "w") as f:
 | 
					        with open("./pickles/database_location.txt", "w") as f:
 | 
				
			||||||
            f.write(file)
 | 
					            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
 | 
					    # Set Window Parameters
 | 
				
			||||||
    runner_params = hello_imgui.RunnerParams()
 | 
					    runner_params = hello_imgui.RunnerParams()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user