From c3c23f7129ba98ef66e51b88444220feac4cbc37 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Tue, 8 Aug 2017 20:33:53 -0700 Subject: [PATCH] adds django-markdown-deux to dependencies --- pinaxcon/settings.py | 1 + requirements.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 5b8ea59..0ed05d4 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -143,6 +143,7 @@ INSTALLED_APPS = [ "pinax.boxes", "pinax.eventlog", "pinax.pages", + "markdown_deux", # symposion "symposion", diff --git a/requirements.txt b/requirements.txt index ddc61b9..5ac2679 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,9 @@ dj-database-url==0.4.0 pinax-pages==0.4.2 pinax-boxes==2.1.2 django-libsass==0.7 +django-markdown-deux==1.0.5 + + # For testing django-nose==1.4.3