This commit is contained in:
2024-07-16 17:55:15 +03:00
parent 129b3b3d0b
commit dec10ef334
6 changed files with 6 additions and 13 deletions
-9
View File
@@ -26,15 +26,6 @@ handler.setFormatter(formatter)
app.logger.addHandler(handler)
@app.context_processor
def inject_data():
result = {}
result['STATIC'] = app.config['STATIC']
result['ITEMS_ON_PAGE'] = app.config['ITEMS_ON_PAGE']
return result
from . import lib, models