summaryrefslogtreecommitdiff
path: root/pgcommitfest/settings.py
diff options
context:
space:
mode:
authorMagnus Hagander2021-11-25 12:30:28 +0000
committerMagnus Hagander2021-11-25 12:30:28 +0000
commit74ff5309290edaaa80dd222a412dfaa7b8947271 (patch)
treea43b9b5f7d2abeb12caa93c310fd7edb87ab2a4b /pgcommitfest/settings.py
parentc4041b26bb73a6269942812caf9621f42292ec37 (diff)
Replace django-selectable with selectize
django-selectable is no longer maintained, and will cause issues in newer versions of django. selectize is what we use in the pgeu-system codebase today, so copy the handling over from there.
Diffstat (limited to 'pgcommitfest/settings.py')
-rw-r--r--pgcommitfest/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgcommitfest/settings.py b/pgcommitfest/settings.py
index 46c6b98..4b6ff00 100644
--- a/pgcommitfest/settings.py
+++ b/pgcommitfest/settings.py
@@ -122,7 +122,6 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
- 'pgcommitfest.selectable',
'pgcommitfest.commitfest.apps.CFAppConfig',
'pgcommitfest.mailqueue',
'pgcommitfest.userprofile',