Skip to content

Commit

Permalink
fixup! fixup! fix: use Django's vendored select2 js lib
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Oct 9, 2022
1 parent 90decee commit 59540fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@
# https://docs.djangoproject.com/en/1.7/howto/static-files/

STATIC_URL = '/static/'

# use non-minified version for testing
SELECT2_JS = 'admin/js/vendor/select2/select2.full.js'
SELECT2_CSS = 'admin/css/vendor/select2/select2.css'

0 comments on commit 59540fb

Please sign in to comment.