アプリ内に __init__.py + active.py を含む templatetags フォルダーを作成しましたが、アプリが INSTALLED_APPS にある場合でも、Django はそれを見つけることができません。
''active'' is not a valid tag library: Template library 'active' not found, tried
django.templatetags.'active',website.home.templatetags.'active',
django_extensions.templatetags.'active',django.contrib.flatpages.templatetags.'active',
django.contrib.staticfiles.templatetags.'active',
django.contrib.admin.templatetags.'active'