attempt to load resolved journal files

one step closer to actual functionality, attempt to load the resolved
markdown file in the instance directory, or 404 if it doesn't exist
This commit is contained in:
2020-03-07 10:08:23 -06:00
parent 3f22b56c09
commit 053e3d96a3
5 changed files with 72 additions and 2 deletions

21
tests/instance/config.py Normal file
View File

@@ -0,0 +1,21 @@
LOGGING = {
'version': 1,
'formatters': {
'default': {
'format': '[%(asctime)s %(levelname)-7s %(name)s] %(message)s',
},
},
'handlers': {
'console': {
'level': 'DEBUG',
'class': 'logging.StreamHandler',
'formatter': 'default',
},
},
'loggers': {
'': {
'level': 'DEBUG',
'handlers': ['console'],
},
},
}

View File

@@ -0,0 +1,3 @@
# test index
this is some test content