Robert Bullock
Robert Bullock
Just my opinion, but I’d like to see Identity Server removed from the template. It seems overkill for 90% of applications. Even if it’s an enterprise app, wouldn’t you implement...
> I haven't explicitly read the licensing terms, but I think including Duende Idsrv in this project is okay. In the end, you're not making money from it. It's also...
Having the same issue. Any advice anyone?
I got around this error by editing signals.py to this: ``` import django.dispatch post_compress = django.dispatch.Signal() ``` It now works for regular JS but for TS, modules don't seem to...
Has there been any progress on this project? We used Wagtail Orderable quite a bit but have lost the functionality by migrating to SnippetViewSets.
I'm having this issue as well with Wagtail 5.2 running on Django 3.2.25. Looks like no movement or solution so far.
Same issue here.