瀏覽代碼

django3 compatibility

master
Dirk Alders 4 年之前
父節點
當前提交
b0106a3d5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      __init__.py

+ 1
- 1
__init__.py 查看文件

@@ -1,5 +1,5 @@
1 1
 from django.conf import settings
2
-from django.contrib.staticfiles.templatetags.staticfiles import static
2
+from django.templatetags.static import static
3 3
 from django.forms.models import model_to_dict
4 4
 from django.utils.translation import gettext as _
5 5
 import time

Loading…
取消
儲存