Skip to content

Commit 59540fb

Browse files
committed
fixup! fixup! fix: use Django's vendored select2 js lib
1 parent 90decee commit 59540fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_project/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@
102102
# https://docs.djangoproject.com/en/1.7/howto/static-files/
103103

104104
STATIC_URL = '/static/'
105+
106+
# use non-minified version for testing
107+
SELECT2_JS = 'admin/js/vendor/select2/select2.full.js'
108+
SELECT2_CSS = 'admin/css/vendor/select2/select2.css'

0 commit comments

Comments
 (0)