summaryrefslogtreecommitdiff
path: root/postgresqleu/settings.py
diff options
context:
space:
mode:
authorMagnus Hagander2022-06-25 20:50:29 +0000
committerMagnus Hagander2022-06-25 20:50:29 +0000
commitf8ab5eb758f6deb0da28cdfc4b59ea787eaa471d (patch)
tree437f9825cade7874c8005b445ebb60163978b16d /postgresqleu/settings.py
parentf7d4fea0646f564a7dde1444402a22401255fa33 (diff)
Remove dependency on django_markwhat and showdown
This simplifies deployments since django_markwhat has a tendency to create conflicting requirements that makes upgrades harder. Showdown doesn't have that problem, but this way we have a single defined markdown process instead of having two subtly different ones. Most of the code behind this adapted from the pgweb project that went through this some months ago. Fixes #72
Diffstat (limited to 'postgresqleu/settings.py')
-rw-r--r--postgresqleu/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py
index f9b73360..0e586d4b 100644
--- a/postgresqleu/settings.py
+++ b/postgresqleu/settings.py
@@ -99,7 +99,6 @@ INSTALLED_APPS = [
'postgresqleu.util.apps.UtilAppConfig', # Must be *before* admin
'django.contrib.messages',
'django.contrib.admin',
- 'django_markwhat',
'django.contrib.staticfiles',
'django.contrib.humanize',
'postgresqleu.static',