X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/f534e3e94d119d6baa2edebfd69e3d1ee055e57b..a05a4c5f15b4301ce6154efa346e6deedfb9769b:/pcdenotes/settings.py?ds=sidebyside diff --git a/pcdenotes/settings.py b/pcdenotes/settings.py index 88b705d..1c79c5c 100644 --- a/pcdenotes/settings.py +++ b/pcdenotes/settings.py @@ -43,8 +43,8 @@ INSTALLED_APPS = [ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', - 'markdownify.apps.MarkdownifyConfig', 'notes', + 'notes.templatetags.notes_extras' ] MIDDLEWARE = [ @@ -139,11 +139,4 @@ STATICFILES_DIRS = [BASE_DIR / 'notes/static'] DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' -MARKDOWNIFY = { - "default": { - #"STRIP": False, - "BLEACH": False - } -} - NOTES_PER_PAGE = 5 \ No newline at end of file