DjangoTemplateSyntaxError-「staticfiles」は登録済みのタグライブラリではありません

| | | | | | | |

Django 3.0にアップグレードすると、次の TemplateSyntaxErrorが表示されます。

テンプレート/Users/alasdair//myproject/myapp/templates/index.htmlで1行目のエラー「staticfiles」は登録済みのタグライブラリではありません。 admin_list admin_modify admin_urls cache i18n l10n log static tz  

これが私のテンプレートです

  {%load staticfiles%}< img src = "{%static" my_image.html "%}">