moving towards settings.toml for config
This commit is contained in:
parent
62473c0f48
commit
a99abc0b09
9
library/settings.toml
Normal file
9
library/settings.toml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[title]
|
||||||
|
"Your library title"
|
||||||
|
|
||||||
|
[libaryfilename]
|
||||||
|
"varlib.csv"
|
||||||
|
|
||||||
|
[readmethod]
|
||||||
|
"download"
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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/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/dropdown.css')}}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bookmark.css')}}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/bookmark.css')}}">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
target-version = ['py37','py38','py39']
|
target-version = ['py310','py311']
|
||||||
include = '\.pyi?$'
|
include = '\.pyi?$'
|
||||||
exclude = '''
|
exclude = '''
|
||||||
/(
|
/(
|
||||||
|
Loading…
Reference in New Issue
Block a user