Files
garden/configuration.py
Pieter Belmans 01dc65e8a5 Initial commit
2019-07-15 16:50:19 +02:00

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 = ""