Initial commit
This commit is contained in:
12
configuration.py
Normal file
12
configuration.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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 = ""
|
||||
|
||||
Reference in New Issue
Block a user