mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-30 01:44:43 +00:00
parent
e655ed7a59
commit
89674ec375
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class Select2Conf(AppConf):
|
|||
If you want to select the version of the JS library used, or want to serve it from
|
||||
the local 'static' resources, add a line to your settings.py like so::
|
||||
|
||||
SELECT2_JS = 'assets/css/select2.min.js'
|
||||
SELECT2_JS = 'assets/js/select2.min.js'
|
||||
|
||||
.. tip:: Change this setting to a local asset in your development environment to
|
||||
develop without an internet connection.
|
||||
|
|
|
|||
Loading…
Reference in a new issue