rename journal module to pages

this better represents the general purpose of this module, rather than
just "journal" stuff (though that will likely be a use)
This commit is contained in:
2020-03-07 14:06:57 -06:00
parent a5b15d8187
commit fe0ca7d90b
7 changed files with 48 additions and 48 deletions

View File

@@ -13,7 +13,7 @@ LOGGING = {
},
},
'loggers': {
'incorporealcms.journal': {
'incorporealcms.pages': {
'level': 'DEBUG',
'handlers': ['console'],
},