]> git.p6c8.net - pcdenotes.git/blobdiff - pcdenotes/settings.py
Added Django logo and moved bottom links to the moddle
[pcdenotes.git] / pcdenotes / settings.py
index 88b705dd8298b1c8d2c3b8e6e843965c3f51aee8..1c79c5c97d42cb62f246e8aef23214b3ac08135f 100644 (file)
@@ -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

patrick-canterino.de