mirror of
				https://github.com/StefBuwalda/WebTech.git
				synced 2025-10-31 03:39:59 +00:00 
			
		
		
		
	Changed default image so static/icons can be cleared without issue
This commit is contained in:
		| @@ -5,7 +5,7 @@ from flask_login import LoginManager  # type: ignore | ||||
| import os | ||||
|  | ||||
| # App Config | ||||
| app = Flask(__name__) | ||||
| app = Flask(__name__, instance_relative_config=True) | ||||
| app.config["SQLALCHEMY_DATABASE_URI"] = "sqlite:///services.sqlite" | ||||
| app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False  # Wat is dit? | ||||
| app.config["SECRET_KEY"] = "bvjchsygvduycgsyugc"  # Andere secret key | ||||
|   | ||||
		Reference in New Issue
	
	Block a user