moving towards settings.toml for config

This commit is contained in:
crunk 2023-11-15 20:19:07 +01:00
parent 62473c0f48
commit a99abc0b09
3 changed files with 11 additions and 2 deletions

9
library/settings.toml Normal file
View File

@ -0,0 +1,9 @@
[title]
"Your library title"
[libaryfilename]
"varlib.csv"
[readmethod]
"download"

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>library library zone</title>
<title>Library collection</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/style.css')}}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/dropdown.css')}}">
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bookmark.css')}}">

View File

@ -1,6 +1,6 @@
[tool.black]
line-length = 79
target-version = ['py37','py38','py39']
target-version = ['py310','py311']
include = '\.pyi?$'
exclude = '''
/(