X-Git-Url: https://git.p6c8.net/pcdenotes.git/blobdiff_plain/c72b86bdd8c5a7b826a5b02cfbc1928c8bd8d509..69d7df229ddc5c993178928ad91f3273080da42c:/pcdenotes/settings.py?ds=inline 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