summaryrefslogtreecommitdiffstats
path: root/kyrias_website/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2017-06-09Remove CustomFlask, simplify and renome CustomFlatPagesHEADmasterJohannes Löthberg1-31/+24
Not much use in wrapping everything in the CustomFlask class, so put everything at the top level of __init__.py. Rename CustomFlatPages to JournalFlatPages and only use it for the journal FlatPages instance. Also move the journal_entries and journal_tags members to JournalFlatPages, renaming them to just entries and tags. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2017-06-09Initial commitJohannes Löthberg1-0/+66
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>