Placate a deprecation warning from Django by importing 'static' from a different module

这个提交包含在:
Danielle McLean 2019-01-24 12:28:55 +11:00
父节点 594947852f
当前提交 1bf0d8478a
签署人:: 00dani
GPG 密钥 ID: 8EB789DDF3ABD240
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,5 +1,5 @@
from django.views.generic.base import RedirectView
from django.contrib.staticfiles.templatetags.staticfiles import static
from django.templatetags.static import static
def redirect_to_static(file):