I think I followed the readme
and pwa_webpush is in the INSTALLED_APPS list
but can't start django up after the final changes...
(if I remove that entry from the template, then the error changes to 'staticfiles' is not a registered tag library)
TemplateSyntaxError at /
'webpush_notifications' is not a registered tag library. Must be one of:
admin_list
admin_modify
admin_urls
cache
i18n
l10n
log
pwa_webpush
static
tz
I think I followed the readme
and pwa_webpush is in the INSTALLED_APPS list
but can't start django up after the final changes...
(if I remove that entry from the template, then the error changes to 'staticfiles' is not a registered tag library)