Skip to content

Django 3 fix for learn-wagtail/core/wagtail_hooks.py #9

@guideprojects

Description

@guideprojects

Great video about updating the admin panel. Thank you!

This issue is regarding:
learn-wagtail/core/wagtail_hooks.py

If you're using Django 3, you can replace

from django.contrib.staticfiles.templatetags.staticfiles import static
with
from django.templatetags.static import static

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions