Browse Source

moving towards settings.toml for config

main
crunk 6 months ago
parent
commit
a99abc0b09
  1. 9
      library/settings.toml
  2. 2
      library/templates/base.html
  3. 2
      pyproject.toml

9
library/settings.toml

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

2
library/templates/base.html

@ -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')}}">

2
pyproject.toml

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

Loading…
Cancel
Save