Demo requires markdown_deux for KnowledgeBase to work properly

This commit is contained in:
Garret Wassermann 2017-04-03 01:52:35 -04:00
parent 247de7ddd3
commit b5fa489643

View File

@ -39,6 +39,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django.contrib.sites',
'django.contrib.humanize',
'markdown_deux',
'bootstrapform',
'helpdesk'
]