mirror of
				https://github.com/StefBuwalda/WebTech.git
				synced 2025-10-30 19:29:58 +00:00 
			
		
		
		
	Added dashboard per user functionality
This commit is contained in:
		
							
								
								
									
										10
									
								
								seed.py
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								seed.py
									
									
									
									
									
								
							| @@ -25,14 +25,8 @@ new_users = [ | ||||
| ] | ||||
|  | ||||
| new_services = [ | ||||
|     Service( | ||||
|         name="test123", | ||||
|         url="http://google.com", | ||||
|     ), | ||||
|     Service( | ||||
|         name="Netflix", | ||||
|         url="https://www.netflix.com", | ||||
|     ), | ||||
|     Service(name="test123", url="http://google.com", user_id=1), | ||||
|     Service(name="Netflix", url="https://www.netflix.com", user_id=2), | ||||
| ] | ||||
|  | ||||
| with app.app_context(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user