mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-26 18:00:25 +00:00
Merge pull request #197 from DMOJ/static-patch
Make static work with CachedStaticFilesStorage
This commit is contained in:
commit
b9400e235b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from django.conf import settings
|
||||
from django.templatetags.static import static
|
||||
from django.contrib.staticfiles.templatetags.staticfiles import static
|
||||
|
||||
from . import __BOOTSTRAP as BOOTSTRAP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue