13 lines
217 B
Python
13 lines
217 B
Python
# configuration for the website
|
|
COMMENTS = "comments.sqlite"
|
|
DATABASE = "hello-world.sqlite"
|
|
UNIT = "section"
|
|
DEPTH = 0
|
|
|
|
# configuration for the import
|
|
PATH = "document"
|
|
PAUX = "document.paux"
|
|
TAGS = "tags"
|
|
PDF = ""
|
|
|